.banner {
  padding: 130px 0;
  background-image: url(../image/vmware/banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 560px;
}
.bannerContent {
  width: 100%;
  max-width: 1430px;
  margin: auto;
  padding: 60px 50px 20px;
}
.bannerTitle {
  font-size: 38px;
  padding-bottom: 20px;
  font-weight: 600;
  position: relative;
}
.bannerRemark {
  font-size: 17px;
  line-height: 24px;
  color: #808080;
}
.bannerBtns {
  display: flex;
  margin-top: 50px;
}
.bannerBtn {
  padding: 12px;
  border-radius: 5px;
  background-color: #007ab8;
  transition: all 300ms;
  color: #fff;
  cursor: pointer;
  margin: 10px 20px 10px 0;
  font-size: 15px;
  border: 1px solid transparent;
}
.bannerBtn:hover {
  color: #007ab8;
  background-color: #fff;
  border: 1px solid #007ab8;
}
.cardBox {
  background-color: #f7f9fc;
  padding: 100px;
}
.card {
  width: 100%;
  max-width: 1430px;
  margin: auto;
  padding: 0 50px;
}
.cardcard {
  background-color: #fff;
}
.cardImg {
  width: 100%;
}
.cardTitle {
  font-size: 32px;
  margin-bottom: 20px;
  padding-right: 10%;
}
.cardRemark {
  max-width: 1430px;
  font-size: 17px;
}
.cardRight {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.management {
  width: 100%;
  max-width: 1430px;
  margin: auto;
  background-color: #fff;
  padding: 100px 50px 50px;
}
.managementTitle {
  font-size: 32px;
  font-weight: 600;
  margin: 0px 0 20px;
  text-align: center;
}
.managementRemark {
  margin-bottom: 100px;
  font-size: 17px;
  text-align: center;
  color: #808080;
}
.managementItemTitle {
  font-size: 19px;
  margin-bottom: 10px;
}
.managementItemRemark {
  font-size: 15px;
  padding-right: 20%;
  line-height: 24px;
  color: #808080;
}
.managementItem {
  margin-bottom: 50px;
  display: flex;
}
.managementItemImg img {
  width: 50px;
  margin-right: 20px;
}

.swiperBox {
  background-color: #f7f9fc;
}
.swiper {
  width: 100%;
  max-width: 1430px;
  margin: auto;
  padding: 50px;
  overflow: hidden;
  position: relative;
  /* height: 560px; */
  height: 400px;
}
.swiper::before,.swiper::after {
    content: '';
    width: 50px;
    height: 100%;
    position: absolute;
    background-color: #f7f9fc;
    top: 0;
    left: 0;
    z-index: 1;
}
.swiper::after {
    left: unset;
    right: 0;
}
.swiperTitle {
    font-size: 32px;
    padding: 80px 50px 20px;
    text-align: center;
    font-weight: 600;
  }
.swiper .arrow-l,
.swiper .arrow-r {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #1e438b;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow-r img,.arrow-l img {
    width: 50%;
}
.swiper .arrow-r {
  left: unset;
  right: 0;
}

.swiper > ul {
  position: absolute;
  width: 500%;
  top: 0;
  left: 0;
  height: 100%;
}
.swiper > ul > li {
  float: left;
  width: 20%;
  height: 100%;
}
.swiperTab {
  width: 100%;
  max-width: 1430px;
  margin: auto;
  padding: 20px 50px 100px;
  display: flex;
  justify-content: space-between;
  font-size: 19px;
}
.swiperTabItem {
  padding: 5px 15px;
  margin: 0 10px;
  color: #000;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.swiperTabItemActive {
  border-bottom: 2px solid #1d428a;
}
.swiperContent {
  padding: 50px 100px;
  height: 100%;
}
.swiperContent img {
    width: 100%;
}
.swiperContentText {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.swiperContentTitle {
    font-size: 19px;
    margin-bottom: 20px;
    padding: 0 10%;
}
.swiperContentRemark {
    font-size: 15px;
    color: #808080;
    padding: 0 10%;
}