@charset "UTF-8";
/**
 * 专题页
 * date: 2023-10-9
 * author: jyxuan;
 */
body {
  background-color: #faf9fe;
}

/* 专题页公共样式 */
.module {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
}
.module-hd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 35px;
}
.module-hd-text {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.module-hd-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #9d1519;
}
.module-hd-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-width: 4px 5px 0 0;
  border-style: solid;
  border-color: #9d1519 transparent transparent transparent;
}
.module-hd-text .red-text {
  color: #bc1d22;
}
.module-hd-more {
  position: absolute;
  top: -9px;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 70px;
  height: 30px;
  color: #666;
  font-size: 16px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #666;
  border-radius: 15px;
  background-color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.module-hd-more:hover {
  color: #bc1d22;
  border-color: #bc1d22;
}
.module-hd-line {
  position: relative;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 3px 8px;
  height: 1px;
  background-color: #bc1d22;
}
.module-hd-line::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(100% + 1px);
  width: 1px;
  height: 5px;
  background-color: #bc1d22;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}
.module-bd {
  margin-top: 27px;
}
.module-list-item {
  height: 20px;
  font-size: 16px;
  line-height: 20px;
}
.module-list-item:hover .module-list-link {
  color: #bc1d22;
}
.module-list-item + .module-list-item {
  margin-top: 20px;
}
.module-list-link {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 26px;
  color: #333;
  background: url("../images/subject_list_icon.png") no-repeat left center;
}
.module-list-text {
  max-width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* 顶部轮播 */
.banner {
  margin-bottom: 59px;
}

/* 专题介绍 */
.introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.introduction-img {
  position: relative;
  margin-top: -40px;
  width: 554px;
}
.introduction-img::before, .introduction-img::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.introduction-img::before {
  right: 100%;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #d0d0d0 transparent;
}
.introduction-img::after {
  left: 100%;
  border-width: 20px 0 0 20px;
  border-color: transparent transparent transparent #d0d0d0;
}
.introduction-img img {
  width: 100%;
}
.introduction-right {
  width: calc(100% - 574px);
}
.introduction-text {
  margin-top: 8px;
  line-height: 22px;
  text-indent: 2em;
}

/* 项目推荐 */
.recommend {
  margin-top: 40px;
}

/* 成功案例 */
.case {
  margin-top: 40px;
}

/* 联系方式 */
.contact {
  margin: 40px 0;
}
.contact-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.contact-hd-text {
  position: relative;
  font-size: 34px;
  font-weight: bold;
}
.contact-hd-text::before, .contact-hd-text::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 254px;
  height: 18px;
  background: no-repeat center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact-hd-text::before {
  right: calc(100% + 24px);
  background-image: url("../images/contact_title_img_1.png");
}
.contact-hd-text::after {
  left: calc(100% + 24px);
  background-image: url("../images/contact_title_img_2.png");
}
.contact-list {
  margin-top: 32px;
}
.contact-list-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px;
  width: calc((100% - 48px) / 3.0001);
  height: 115px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
}
.contact-list-item + .contact-list-item {
  margin-left: 24px;
}
.contact-item-top {
  padding-bottom: 13px;
  border-bottom: 1px solid #f1f1f1;
}
.contact-item-img {
  width: 30px;
  height: 30px;
}
.contact-item-img img {
  width: 100%;
  height: 100%;
}
.contact-item-name {
  margin-left: 11px;
  height: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
.contact-item-bottom {
  padding-top: 16px;
}
.contact-item-phone, .contact-item-email {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 26px;
  height: 19px;
  line-height: 19px;
  background: no-repeat left center;
}
.contact-item-phone {
  background-image: url("../images/contact_phone_icon.png");
}
.contact-item-email {
  margin-left: 33px;
  background-image: url("../images/contact_email_icon.png");
}