@import url("header.css");
@import url("footer.css");

.el-link.is-underline:hover:after {
  border: 1px solid #7D948B;
}

.series {
  margin-top: 50px;
}

:root {
  --series-img-width: 25vw
}

.series>.el-col:first-child {
  margin-right: 5.2vw;
}

@media only screen and (max-width:991px) {
  :root {
    --series-img-width: 80vw
  }
  .series>.el-col:first-child {
    margin-right: 0px;
  }
  .series {
    margin-top: 0px;
  }
}

.series img,
.series video {
  width: var(--series-img-width);
  height: calc(1.333 * var(--series-img-width));
  background: #000;
}

:root {
  --series2-img-width: 17.7vw
}
@media only screen and (max-width:768px) {
  :root {
    --series2-img-width: 75vw
  }
}
.series2 img {
  width: var(--series2-img-width);
  height: calc(1.176 * var(--series2-img-width));
}

:root {
  --aboutus-img-width: 29.17vw
}
@media only screen and (max-width:768px) {
  :root {
    --aboutus-img-width: 93vw
  }
}
.aboutus img {
  width: var(--aboutus-img-width);
  height: calc(0.678 * var(--aboutus-img-width));
}


.name {
  font-size: 24px;
  line-height: 34px;
  color: #000;
  font-weight: 600;
  margin-top: 15px;
}

.series .name {
  margin-top: 50px;
}

.subName {
  font-size: 14px;
  margin-top: 5px;
  color: #000;
}

.series .subName {
  margin-top: 15px;
}

.category {
  margin-top: 7.8vw;
}

.series2,
.contactus {
  background-color: #fafafa;
  padding-top: 6.7vw;
  padding-bottom: 6.5vw;
}

.series2>h1,
.contactus>h1 {
  padding-bottom: 50px;
  font-size: 36px;
  line-height: 40px;
  color: #000;
  font-weight: 600;
  text-align: center;
}

.aboutus {
  padding-top: 5.2vw;
  padding-bottom: 7.3vw;
  margin: 0 !important;
}

@media (max-width: 991px) {
  .aboutus {
    padding-top: 30px;
    padding-bottom: 40px;
    margin: 0 !important;
  }
}

.contactus .subName,
.aboutus .subName {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 48px;
  /* 两行的高度，取决于你的行高 */
  line-height: 24px;
  /* 每行的高度 */
  overflow: hidden;
}

.contactus {
  background-color: #fafafa;
  margin: 0 160px;
}
@media only screen and (max-width:991px) {
  .contactus {
    margin: 0;
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width:992px) and (max-width:1600px) {
  .contactus {
    margin: 0 60px;
  }
}
.contactus>h1 {
  font-size: 30px;
  font-weight: 400px;
}
.contactus .name {
  font-size: 18px;
}

.el-card__body {
  padding: 20px 0;
  text-align: center;
}

.carousel-item-title {
  font-size: 68px;
  color: #fff;
  position: relative;
  top: 17vw;
  left: 9vw;
  width: 60vw;
  text-align: center;
}
.carousel-item-subTitle {
  font-size: 20px;
  color: #fff;
  position: relative;
  top: 20vw;
  left: 9vw;
  width: 60vw;
  text-align: center;
}
