/* .party {
    padding-top: 90px;
} */
.pageNav .anchor {
  top: -89px;
}
.organization {
  padding: 100px 0;
  background: url(../images/lpage/party_bg.png) center no-repeat;
  background-size: cover;
}
.organization .survey p {
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
}
.organization .survey b {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 10px;
}
.organization .survey i {
  width: 70px;
  height: 6px;
  background: url(../images/lpage/xian.png) center no-repeat;
  background-size: cover;
  margin-top: 20px;
}
.organization .brief {
  padding: 70px 63px;
  background: #ffffff;
  margin-top: 62px;
  position: relative;
}
.organization .briefinfo {
  width: 72%;
}
.organization .briefinfo p {
  font-size: 18px;
  color: #262626;
  text-indent: 2em;
  line-height: 36px;
  margin-bottom: 15px;
  text-align: justify;
}
.organization .briefinfo p:last-child {
  margin-bottom: 0;
}
.organization .basic {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/lpage/dang.png) center no-repeat;
  background-size: 100% auto;
  width: 420px;
  height: 495px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.organization .basic dl {
  width: 34%;
  margin-bottom: 30px;
  margin-left: 90px;
}
.organization .basic dl:last-child {
  margin-bottom: 0;
}
.organization .basic dd .clearfix {
  display: flex;
  align-items: baseline;
}
.organization .basic .text {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.organization .basic span {
  font-size: 66px;
  color: #b2140d;
  font-family: Arial;
  font-weight: bold;
}
.organization .basic i {
  font-size: 16px;
  color: #333333;
  display: inline-block;
}
.works {
  padding: 84px 0 90px;
  background: url(../images/lpage/works_bg.png) center no-repeat;
  background-size: cover;
}
.works .surbox {
  display: flex;
  justify-content: space-between;
}
.works .survey p {
  font-size: 36px;
  color: #1a1313;
  font-weight: bold;
}
.works .survey b {
  font-size: 18px;
  color: #d6d6d6;
  font-weight: bold;
  margin-top: 10px;
}
.works .survey i {
  width: 70px;
  height: 6px;
  background: url(../images/lpage/xian2.png) center no-repeat;
  background-size: cover;
  margin-top: 20px;
}
.works .links {
  width: 165px;
  height: 50px;
  background: #d40212;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 7px;
}
.works .links i {
  width: 15px;
  height: 8px;
  background: url(../images/lpage/icon-s.png) center no-repeat;
  background-size: 100% auto;
  margin-left: 14px;
}
.works .listswiper {
  margin: 70px auto 30px;
}
.works .listswiper .swiper-slide {
  transition: all 0.5s;
  opacity: 0;
}
.works .listswiper .swiper-slide.swiper-slide-active {
  transition: all 0.5s;
  opacity: 1;
}
.works .listswiper a {
  position: relative;
  float: left;
  margin: 0 3.35% 0 0;
  width: 31.1%;
  height: 430px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.works .listswiper a::before {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 5px;
  background: #d40212;
  content: " ";
}
.works .listswiper a:nth-child(3n) {
  margin-right: 0;
}
.works .listswiper a .pic {
  width: 100%;
  height: 276px;
  overflow: hidden;
}
.works .listswiper a .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.works .listswiper a .text {
  padding: 26px 20px 0;
}
.works .listswiper a .text em {
  font-size: 16px;
  color: #666;
}
.works .listswiper a .text b {
  margin: 15px 0 30px;
  height: 60px;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
  text-align: justify;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.works .listswiper a .text .lie {
  margin-bottom: 32px;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
}
.works .listswiper a .text p {
  height: 144px;
  line-height: 24px;
  font-size: 16px;
  text-align: justify;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.works .listswiper a:hover::before {
  transition: all 0.5s;
  width: 100%;
}
.works .listswiper a:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.08);
}
.works .listswiper .swiper-pagination {
  position: relative;
  animation-delay: 0.6s;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  width: 100%;
}
.works .listswiper .swiper-pagination-bullet {
  opacity: 1;
  margin: 60px 4px 0;
  width: 38px;
  height: 5px;
  border-radius: 0;
  background: #e6e6e6;
}
.works .listswiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d40212;
}
@media (max-width: 1669px) {
  .organization .briefinfo {
    width: 66%;
  }
}
@media (max-width: 1200px) {
  /* .party {
        padding-top: 1.1rem;
    } */
  .pageNav .anchor {
    top: -1.1rem;
  }
  .organization {
    padding: 0.92rem 0;
    background: url(../images/mobile/lpage/party_bg.png) center no-repeat;
    background-size: cover;
  }
  .organization .survey p {
    font-size: 0.44rem;
  }
  .organization .survey b {
    font-size: 0.22rem;
    margin-top: 0.15rem;
  }
  .organization .survey i {
    width: 0.9rem;
    height: 0.07rem;
    margin-top: 0.2rem;
  }
  .organization .brief {
    padding: 0;
    margin-top: 0.52rem;
  }
  .organization .briefinfo {
    width: auto;
    padding: 0.5rem 0.3rem 0.64rem;
  }
  .organization .briefinfo p {
    font-size: 0.28rem;
    line-height: 0.42rem;
    margin-bottom: 0.2rem;
  }
  .organization .basic {
    position: static;
    width: auto;
    padding: 0 0.3rem;
    height: 2.39rem;
    background: url(../images/mobile/lpage/dang.png) center no-repeat;
    background-size: 100%;
    justify-content: space-between;
    flex-direction: row;
  }
  .organization .basic dl {
    width: auto;
    margin: 0;
  }
  .organization .basic .text {
    font-size: 0.28rem;
  }
  .organization .basic span {
    font-size: 0.75rem;
  }
  .organization .basic i {
    font-size: 0.22rem;
    margin-left: 0.18rem;
  }
  .works {
    padding: 0.84rem 0 0.84rem;
    background: url(../images/mobile/lpage/works_bg.png) center no-repeat;
    background-size: cover;
  }
  .works .survey p {
    font-size: 0.44rem;
  }
  .works .survey b {
    font-size: 0.22rem;
    margin-top: 0.15rem;
  }
  .works .survey i {
    width: 0.9rem;
    height: 0.07rem;
    margin-top: 0.2rem;
  }
  .works .links {
    width: 2.1rem;
    height: 0.65rem;
    margin-top: 0.07rem;
    font-size: 0.26rem;
  }
  .works .links i {
    width: 0.21rem;
    height: 0.11rem;
    background-size: 0.21rem auto;
    margin-left: 0.22rem;
  }
  .works .listswiper {
    margin: 0.56rem auto 0;
  }
  .works .listswiper a {
    margin: 0 0 0.6rem 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  }
  .works .listswiper a .pic {
    height: 4rem;
  }
  .works .listswiper a .text {
    padding: 0.5rem 4% 0;
  }
  .works .listswiper a .text em {
    font-size: 0.28rem;
  }
  .works .listswiper a .text b {
    margin: 0.3rem 0 0.4rem;
    height: auto;
    max-height: 0.96rem;
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  .works .listswiper a .text .lie {
    margin-bottom: 0.35rem;
  }
  .works .listswiper a .text p {
    margin-bottom: 0.4rem;
    height: auto;
    max-height: 0.84rem;
    line-height: 0.42rem;
    font-size: 0.28rem;
  }
  .works .listswiper a:nth-child(3n) {
    margin-bottom: 0;
  }
  .works .listswiper .swiper-container-horizontal .swiper-pagination-bullet {
    margin: 0.6rem 4px 0;
  }
  .works .listswiper .swiper-pagination-bullet {
    margin: 0.6rem 0.06rem 0;
    width: 0.5rem;
    height: 0.05rem;
  }
}
