@charset "UTF-8";
.banner {
  background: url(../images/video/banner.jpg) no-repeat center center;
  background-size: cover;
  font-family: Arial;
  padding: 1.1rem 0;
}
.banner .banner-text {
  text-align: center;
  font-weight: 700;
  padding: 0 0.3rem;
  font-size: 0.36rem;
  line-height: 0.5rem;
  color: #fff;
  text-shadow: 0.05rem 0.05rem 0.05rem rgb(0, 0, 0);
}

.page-location {
  color: #9a9a9a;
  font-size: 0.28rem;
  margin: 0.2rem auto 0;
  padding: 0 0.3rem;
  font-family: Arial;
}
.page-location a {
  color: #9a9a9a;
}
.page-location a:last-child {
  pointer-events: none;
}
.page-location span {
  font-size: 0.24rem;
}

.video-first {
  margin-top: 0.35rem;
  padding: 0 0.3rem;
}
.video-first .first-content .video-box {
  width: 100%;
}
.video-first .first-content .video-box video {
  display: block;
}
.video-first .first-content .video-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.25rem;
}
.video-first .first-content .video-info h1 {
  font-weight: 700;
  color: #000;
  font-size: 0.28rem;
  line-height: 1.5;
}
.video-first .first-content .video-info span {
  color: #757575;
  font-size: 0.26rem;
}
.video-first .first-content .video-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.video-first .first-content .video-list .video-item {
  display: block;
  position: relative;
  margin-top: 0.3rem;
  width: 48%;
}
.video-first .first-content .video-list .video-item .video-img {
  width: 100%;
  height: auto;
  display: block;
}
.video-first .first-content .video-list .video-item .video-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.video-first .first-content .video-list .video-item .video-mask .video-ico {
  display: block;
  width: 0.52rem;
  height: auto;
}
.video-first .first-content .video-list .video-item .video-mask .video-name {
  color: #fff;
  text-align: center;
  font-size: 0.25rem;
  line-height: 1.5;
  margin-top: 0.15rem;
  padding: 0 0.15rem;
}

.product-section {
  padding: 0.35rem 0.3rem 0;
}
.product-section .section-title {
  font-family: Arial;
  color: #3d4457;
  text-align: center;
  font-weight: 700;
  font-size: 0.36rem;
  line-height: 0.42rem;
}
.product-section .product-list {
  margin-top: 0.4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-section .product-list .product-item {
  width: 48%;
  display: block;
  position: relative;
  border-radius: 0.1rem;
  background: #f7f6fb;
  margin-bottom: 0.3rem;
  padding-bottom: 0.3rem;
}
.product-section .product-list .product-item:hover .img-box .pro-img {
  transform: scale(1.05);
}
.product-section .product-list .product-item:hover .product-name {
  color: #f94f12;
}
.product-section .product-list .product-item .img-box {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-section .product-list .product-item .img-box .pro-img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s;
  border-radius: 0.1rem;
}
.product-section .product-list .product-item .hot-icon {
  position: absolute;
  top: -0.02rem;
  left: -0.03rem;
  z-index: 2;
  width: 0.59rem;
  height: auto;
}
.product-section .product-list .product-item .product-name {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0.2rem;
  text-align: center;
  font-weight: 700;
  font-family: Arial;
  color: #333;
  z-index: 2;
  font-size: 0.22rem;
  line-height: 1.5;
}
.product-section .more-btn {
  display: block;
  font-size: 0.26rem;
  line-height: 0.4rem;
  width: 2.2rem;
  padding: 0.05rem 0;
  border-radius: 0.35rem;
  border: solid 0.01rem #aaaaaa;
  font-family: Arial;
  color: #211f1f;
  text-align: center;
  margin: 0.15rem auto 0;
}
.product-section .more-btn span {
  font-family: "宋体";
  color: #211f1f;
  margin-left: 0.15rem;
}
