@charset "UTF-8";
/**!
* date: 2022-09-20
* author: wangkai;
*/
.main {
  padding-bottom: 94px;
  background: url("/yshjzt/images/bg.jpg") center top no-repeat #d1f5ff;
}

.banner {
  height: 467px;
}
.banner img {
  float: left;
  margin: 145px 0 0 153px;
}

.brief {
  margin: 0 auto;
  padding: 67px 90px 0;
  width: 1102px;
  height: 407px;
  background: url("/yshjzt/images/model_bg1.png") no-repeat;
  background-size: 100% 100%;
}
.brief-content {
  line-height: 35px;
  text-indent: 2em;
  font-size: 20px;
  font-weight: 600;
  color: #1e2b78;
  text-align: justify;
  text-justify: inter-ideograph;
}
.brief-foot {
  margin-top: 35px;
}
.brief-foot .brief-content {
  text-indent: 0;
  text-align: right;
}
.brief-foot .brief-content:nth-child(2) {
  float: right;
  width: 300px;
  text-align: center;
}

.info {
  margin: 79px auto 0;
  width: 1102px;
}
.info-hd {
  position: relative;
  padding-left: 236px;
  height: 95px;
  background: url("/yshjzt/images/tab_bg.png") 14px top no-repeat;
}
.info-hd::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 286px;
  height: 83px;
  background: url("/yshjzt/images/hd_bg.png") right top no-repeat;
}
.info-tab {
  float: left;
  padding: 0 15px;
  margin-top: 24px;
  height: 56px;
  line-height: 56px;
  border-radius: 2px;
}
.info-tab.active {
  margin-right: 10px;
  margin-left: 212px;
  padding: 0 23px;
  background: #3556af;
  transform: skew(-33deg);
}
.info-tab.active span {
  transform: skew(33deg);
  color: #fff;
}
.info-tab span {
  display: block;
  font-size: 38px;
  font-weight: bold;
  color: #88abda;
}
.info-bd {
  margin-top: 40px;
}
.info-wrap {
  padding: 0 20px;
  border-top: 1px solid #c7d8ee;
  background: rgba(255, 255, 255, 0.8);
}
.info-node {
  display: flex;
  position: relative;
  padding: 0 10px 0 30px;
  height: 78px;
  border-bottom: 1px dashed #c2d5ed;
}
.info-node::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #88abda;
}
.info-item {
  display: flex;
  align-items: center;
}
.info-name {
  font-size: 18px;
  display: -webkit-box;
  max-height: 48px;
  line-height: 24px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #333;
}
.info-foot {
  height: 72px;
  line-height: 72px;
  text-align: right;
}
.info-more {
  font-size: 18px;
  color: #333;
}

@media (max-width: 1297px) {
  .banner img {
    margin-left: 70px;
  }
  .brief,
.info {
    width: 100%;
  }
  .brief {
    padding-left: 60px;
    padding-right: 60px;
  }
  .info-tab span {
    font-size: 28px;
  }
}
@media (max-width: 979px) {
  .banner {
    padding: 0 20px;
  }
  .banner img {
    margin-left: 0;
    max-width: 100%;
  }
  .brief {
    padding-left: 40px;
    padding-right: 40px;
  }
  .brief-content {
    font-size: 18px;
  }
  .brief-foot {
    margin-top: 20px;
  }
  .brief-foot .brief-content:nth-child(2) {
    width: 272px;
  }
  .info-hd::before {
    display: none;
  }
  .info-tab span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .main {
    padding-bottom: 20px;
  }
  .banner {
    height: auto;
  }
  .banner img {
    float: none;
    margin: 50px 0 30px 0;
  }
  .brief {
    border: 2px solid #7ecef4;
    border-radius: 10px;
    background: #fff;
    padding: 10px 15px;
    height: auto;
  }
  .brief-content {
    font-size: 16px;
  }
  .brief-foot .brief-content:nth-child(2) {
    width: 238px;
  }
  .info {
    margin-top: 20px;
  }
  .info-hd {
    padding-left: 0;
    background: none;
    height: 44px;
  }
  .info-tab span {
    font-size: 18px;
  }
  .info-tab,
.info-tab.active {
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0 10px;
    transform: skew(0deg);
  }
  .info-tab.active span {
    transform: skew(0deg);
  }
  .info-bd {
    margin-top: 20px;
  }
  .info-wrap {
    padding: 0 10px;
  }
  .info-name,
.info-more {
    font-size: 16px;
  }
}