.home {
  width: 100%;
  transition: all 1s;
}
.home-video {
  width: 100%;
  height: 100%;
  height: calc(100vh - 5.73rem);
  transition: all 1s;
}
.home-video-wrapper {
  height: 100%;
  position: relative;
}
.home-vhuman-card {
  width: 40rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6rem;
  color: #fff;
  line-height: 1.5rem;
  font-size: .8rem;
}
.home-vhuman-card img {
  width: 100%;
}
.home-vhuman-card-text {
  width: 85%;
  position: absolute;
  top: 26%;
  left: 7.5%;
  text-align: justify;
}
.home-vhuman-card-text p {
 margin-bottom: 1rem;
}
.home-vhuman-card-link {
  position: relative;
  height: 20px;
  background: rgba(95, 178, 255,.2);
  border-radius: 4px;
  line-height: 20px;
  padding: 0 4px;
}
.home-vhuman-card-link span {
  background: linear-gradient(270deg, #E8F0FF 0%, #9DC1FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.home-vhuman-card-btn {
  display: inline-block;
  width: 11rem;
  position: absolute;
  left: 7.5%;
  bottom: 10.2%;
}
.home-video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
.home-banner-wrapper {
  position: absolute;
  z-index: 10;
  top: calc(50% - 11.3rem);
  left: 6.25rem;
}
.home-banner-tel {
  color: #fff;
}
.home-banner-tel p { 
  vertical-align: middle;
}
.home-banner-tel img {    
  width: 6.5rem;
  margin-left: .4rem;
  vertical-align: middle;
}
.home-banner-swipper {
  position: absolute;
  width: 100%;
  height: 100%;
}
.home-banner-swipper-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 25, 53, 0.54);
  transition: all 1s;
}
.swipper {
  display: none;
}
.swipper:first-child {
  display: block;
}

.home-banner-title {
  font-size: 2.18rem;
  line-height: 4.37rem;
  letter-spacing: 0.1rem;
  color: #fff;
  font-weight: bold;
}
.home-banner-sub-title {
  font-size: 1.66rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  color: #ffffff;
  margin: 1.67rem 0 0.5rem;
}
.home-banner-desc {
  width: 41.67rem;
  font-size: 1.11rem;
  line-height: 2.135rem;
  text-align: justify;
  letter-spacing: 0.1rem;
  color: #fff;
  opacity: 0.9;
  margin-bottom: 2.22rem;
}
.home-banner-line {
  width: 41.67rem;
  height: 1px;
  background: #fff;
  opacity: 0.5;
  margin-top: 20px;
  margin-bottom: 24px;
}
.home-banner-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 100%;
  margin-top: 12px;
  margin-right: 12px;
  cursor: pointer;
  background: transparent;
}

.home-content {
  width: 100%;
}
.home-talks {
  width: 90%;
  margin: auto;
  height: auto;
  overflow: hidden;
}
.home-talks h2 {
  font-weight: bold;
  margin: 2.6rem auto -0.4rem;
  text-align: center;
  letter-spacing: 0.15rem;
  color: #00305a;
  font-size: 2.18rem;
}
.home-talks-more {
  text-align: right;
  padding-right: 1.6%;
  cursor: pointer;
  font-size: 0.99rem;
  color: #707070;
}
.home-talks ul {
  display: flex;
  flex-wrap: wrap;
}
.home-talks li {
  width: 31%;
  margin: 1.6% 1.1%;
  position: relative;
  cursor: pointer;
  border-radius: 1.04rem;
}
.home-talks .jiyu-hide {
  display: none;
}
.home-talks p {
  margin-top: 1.15rem;
  font-size: 1.04rem;
}
#logos {
  width: 62.29%;
  margin: 0 auto 4.48rem;
  display: block;
}
.home-huoban h2 {
  font-weight: bold;
  margin: 2.6rem auto 2.6rem;
  text-align: center;
  letter-spacing: 0.15rem;
  color: #00305a;
  font-size: 2.18rem;
}
