@charset "UTF-8";
/**!
 * 首页
 * date:2021-09-23
 * author: wppei;
 */
.main {
  padding: 30px 0 10px 0;
}

.tt {
  position: relative;
  padding-top: 22px;
  margin: 0 27px;
  line-height: 62px;
  font-size: 26px;
  text-align: center;
}

.tt::after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 58px;
  height: 1px;
  background-color: #e3796f;
}

.tt-box {
  position: relative;
  display: inline-block;
  min-width: 260px;
  padding: 0 28px;
  vertical-align: top;
  z-index: 9;
  background-color: #fff;
}

.tt-box:before, .tt-box:after {
  content: " ";
  position: absolute;
  top: 36px;
  width: 18px;
  height: 7px;
  background-repeat: no-repeat;
}

.tt-box:before {
  left: 0;
  background-image: url("/Template/sswghua/css/../images/tt_left.png");
}

.tt-box:after {
  right: 0;
  background-image: url("/Template/sswghua/css/../images/tt_right.png");
}

/* 伟德国际1946bv官网区“十四五”规划纲要 */
.pc-slide {
  padding: 0 28px 0 52px;
  height: 584px;
}

.preview {
  width: 45.4%;
  padding-bottom: 14px;
}

.preview-box {
  height: 510px;
}

.preview .swiper-slide {
  height: 86px;
  width: calc(100% - 38px);
  margin-right: 38px;
  border: 1px solid #e13240;
  border-radius: 3px;
}

.preview .swiper-slide.active-nav {
  position: relative;
  background: url("/Template/sswghua/css/../images/slide_active.jpg") no-repeat;
  border-color: transparent;
  background-size: 100% 100%;
}

.preview .swiper-slide.active-nav .preview-num {
  color: #e1313f;
  background-color: #fff;
}

.preview .swiper-slide.active-nav .preview-text {
  color: #fff;
}

.preview .swiper-slide.active-nav::after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #fc6132;
}

.preview-num {
  width: 34px;
  height: 34px;
  margin: 25px 0 0 19px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  border-radius: 50%;
  background-color: #e1313f;
}

.preview-text {
  margin: 0 20px 0 70px;
  line-height: 86px;
  color: #e1313f;
  font-size: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.preview-top {
  padding-right: 38px;
}

.view {
  width: 54.6%;
  margin-top: 34px;
}

.view-box {
  height: 520px;
}

.view-name {
  height: 60px;
  padding: 0 38px;
  line-height: 60px;
  color: #fff;
  font-size: 24px;
  background: #e6373b;
  background: linear-gradient(to left, #e6373b, #fc6132);
  background: -moz-linear-gradient(right, #e6373b, #fc6132);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.view-con {
  position: relative;
  height: 450px;
  margin: 0 10px;
  padding: 13px 28px 0;
  background-color: #fff;
  box-shadow: 0px 3px 8px 0px rgba(163, 120, 123, 0.15);
}

.view-con-text {
  height: 378px;
  margin-bottom: 10px;
  line-height: 42px;
  font-size: 16px;
  overflow: hidden;
}

.view-con:before, .view-con:after {
  content: " ";
  position: absolute;
  top: 0;
}

.view-con:before {
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #8f262e transparent transparent;
}

.view-con:after {
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #8f262e transparent transparent transparent;
}

.view-more {
  line-height: 22px;
  font-size: 16px;
  color: #e1313f;
}

.arrow-top, .arrow-bom {
  display: block;
  width: 35px;
  height: 15px;
  margin: 0 auto;
  background-repeat: no-repeat;
}

.arrow-top {
  margin-bottom: 15px;
  background-image: url("/Template/sswghua/css/../images/outline_top.png");
}

.arrow-bom {
  margin-top: 15px;
  background-image: url("/Template/sswghua/css/../images/outline_bom.png");
}

.ten {
  padding-bottom: 10px;
}

.banner {
  overflow: hidden;
}

.banner-list {
  margin-right: -23px;
}

.banner-item {
  float: left;
  width: 50%;
  margin-bottom: 20px;
  padding-right: 23px;
}

.banner-box {
  position: relative;
  display: block;
  height: 156px;
}

.banner-box-img {
  width: 100%;
  height: 100%;
}

.banner-box-text {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 0;
  line-height: 35px;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .tt {
    margin: 0 15px;
    padding-top: 0;
    line-height: 70px;
    font-size: 16px;
  }
  .tt::after {
    top: 36px;
  }
  .pc-slide {
    height: auto;
    padding: 0 15px;
  }
  .preview,
  .view {
    width: 100%;
  }
  .view-box {
    height: auto;
    margin-bottom: 30px;
  }
  .preview-box {
    height: 380px;
  }
  .preview-num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    margin: 16px 0 0 10px;
  }
  .preview-text {
    line-height: 58px;
    font-size: 16px;
    margin: 0 15px 0 55px;
  }
  .view-name {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 18px;
  }
  .view-con {
    padding: 5px 15px 20px;
    height: auto;
  }
  .view-con-text {
    height: 240px;
    line-height: 30px;
    font-size: 14px;
  }
  .plan-main {
    padding-left: 15px;
  }
  .plan {
    width: calc(100% - 15px);
    margin-right: 15px;
  }
  .banner-list {
    margin-right: 0;
  }
  .banner-item {
    width: 100%;
    padding-right: 0;
  }
}
