/* banner */
.swiper-container {
  width: 100vw;
  margin-top: 1rem;
}

/* vr模型 */
.vr_model {
  padding: 0 0.3rem;
}

.vr_model_title {
  margin-top: 50px;
  margin-bottom: 15px;
}

.vr_model_title > img:first-of-type {
  width: 27px;
  height: 27px;
}

.vr_model_title > img:last-of-type {
  width: 122px;
  height: 37px;
}

.vr_model_iframe {
  width: 100%;
  height: 440px;
  background: #ffffff;
  border-radius: 4px;
}

.vr_model_iframe > iframe {
  width: 100%;
  height: 100%;
}

.vr_model_btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #2b92ea;
  border-radius: 2px;
  font-size: 0.28rem;
  font-weight: 400;
  color: #ffffff;
}

.vr_model_hint {
  font-size: 0.26rem;
  font-weight: 400;
  color: #cccccc;
  text-align: center;
  margin-top: 15px;
}

/* 区域标题 */
.section_title {
  margin-top: 60px;
  margin-bottom: 30px;
  font-weight: bold;
}

.section_title_big {
  font-size: 0.4rem;
  color: #000000;
}

.section_title_small {
  margin-top: 10px;
  font-size: 0.28rem;
  color: #e8e8e8;
  letter-spacing: 5px;
}

/* 产品 */
.product {
  padding: 0 0.3rem;
}

.product_content {
  flex-wrap: wrap;
  background-color: #fff;
  z-index: 10;
}

.product_content_item {
  position: relative;
  text-align: center;
  margin: 20px 5px;
  width: calc((100vw - 60px) / 2);
}

.product_content_item-label {
  position: absolute;
  top: -5px;
  left: -8px;
  width: 53px;
  height: 30px;
}

.product_content_item-pic {
  width: 100%;
}

.product_content_item > p {
  font-size: 0.3rem;
  text-align: center;
  margin-top: 15px;
  font-weight: 400;
  color: #222222;
}

.product_more,
.case_more,
.news_more {
  display: inline-block;
  width: calc(100% - 0.6rem);
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #2b92ea;
  border-radius: 2px;
  font-size: 0.28rem;
  font-weight: 400;
  color: #ffffff;
  margin: 0.3rem;
}

/* 案例 */
.case .section_cate {
  margin: 0 0.3rem;
}

.case_content {
  margin-top: 0.3rem;
}

.case_item {
  background: #f8f8f8;
  padding: 0.6rem 0.3rem;
  display: inline-block;
}

.case .font-title {
  font-size: 0.32rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin-bottom: 20px;
}

.case_item_img {
  width: 100%;
  height: 335px;
}

.font-desc {
  font-size: 0.28rem;
  font-weight: 400;
  color: #666666;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  margin-top: 0.3rem;
}

/* 新闻 */
.news_content {
  padding: 0 0.3rem;
}

.news_content_item {
  margin-bottom: 0.3rem;
}

.news_content_item > img {
  width: 2.2rem;
  height: 1.6rem;
  margin-right: 0.2rem;
}

.news_content_item-right {
  width: calc(100% - 2.4rem);
  height: 1.6rem;
}

.news_content_item-right > .font-title {
  font-size: 0.28rem;
  font-weight: 400;
  color: #222222;
  line-height: 21px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news_content_item-right > p:last-of-type {
  width: 100%;
}

.news_content_item-right .font-time {
  font-size: 0.24rem;
  font-weight: 400;
  color: #999999;
}

.news_content_item-right .font-cate {
  display: inline-block;
  width: 1.6rem;
  height: 0.4rem;
  font-size: 0.22rem;
  background: #e9f5ff;
  border-radius: 4px;
  color: #2b92ea;
  text-align: center;
  line-height: 0.4rem;
}
