.headSwiper {
  width: 100%;
}
.headSwiper .hsCon {
  width: 100%;
}
.headSwiper .hsCon .hsConCon {
  width: 100%;
}
.headSwiper .hsCon .hsConCon .bannerItem {
  width: 100%;
}
.headSwiper .hsCon .hsConCon .bannerItem img {
  width: 100%;
}
.member {
  width: 100%;
  background: linear-gradient(180deg, rgba(164, 33, 39, 0) 26%, rgba(179, 38, 45, 0.216) 100%);
  box-sizing: border-box;
  padding: 100px 0 60px 0;
}
.member .first {
  width: 1200px;
  margin: 0 auto;
}
.member .first .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.member .first .header .name {
  height: 75px;
  flex-grow: 0;
  flex-shrink: 0;
}
.member .first .header .headPage {
  width: 120px;
  height: 45px;
  display: flex;
  justify-content: space-between;
}
.member .first .header .headPage .swToLeft {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-image: url(/statics/images/shanghui/swToLeft.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.member .first .header .headPage .swToRight {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-image: url(/statics/images/shanghui/pageNext.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.member .first .lines {
  width: 100%;
  position: relative;
  height: 1px;
  background: #ADADAD;
  margin-top: 49px;
}
.member .first .lines .swiper-pagination-progressbar-fill {
  height: 7px;
  background: #B3262D;
  position: absolute;
  margin-top: -3px;
}
.member .first .lines .redLine {
  width: 248px;
  height: 7px;
  background-color: #B3262D;
  position: absolute;
  left: 0;
  top: -3px;
}
.member .first .hgCon {
  width: 100%;
  height: 586px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 42px;
  margin-top: 63px;
}
.member .first .hgCon .hgFull {
  width: 100%;
  height: 586px;
}
.member .first .hgCon .hgFull .hgItem {
  width: 100%;
  height: 586px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 42px;
}
.member .first .hgCon .hgFull .hgItem .active.Item {
  background-color: #B3262D;
}
.member .first .hgCon .hgFull .hgItem .active.Item .gsCon {
  background-color: #FFFFFF;
}
.member .first .hgCon .hgFull .hgItem .active.Item .comName {
  color: #FFFFFF;
}
.member .first .hgCon .hgFull .hgItem .active.Item .pointImg {
  filter: saturate(0.2) brightness(4);
}
.member .first .hgCon .hgFull .hgItem .Item {
  width: 372px;
  height: 273px;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #F0F0F0;
  box-sizing: border-box;
  padding: 58px 29px 28px 29px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.member .first .hgCon .hgFull .hgItem .Item .gsCon {
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
}
.member .first .hgCon .hgFull .hgItem .Item .gsCon img {
  height: 52px;
  flex-grow: 0;
  flex-shrink: 0;
}
.member .first .hgCon .hgFull .hgItem .Item img {
  height: 52px;
  flex-grow: 0;
  flex-shrink: 0;
}
.member .first .hgCon .hgFull .hgItem .Item .comName {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-top: 24px;
}
.member .first .hgCon .hgFull .hgItem .Item .pointImg {
  width: 62px;
  height: 12px;
  position: absolute;
  left: 29px;
  bottom: 28px;
}
.member .second {
  width: 1200px;
  margin: 90px auto 0 auto;
}
.member .second .header {
  height: 40px;
  display: flex;
  font-size: 50px;
  color: #B3262D;
  align-items: center;
  font-weight: bold;
}
.member .second .header img {
  width: 37px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 20px;
}
.member .second .con {
  width: 100%;
  height: 451px;
  margin-top: 69px;
}
.member .second .con .conCon {
  width: 100%;
  height: 451px;
}
.member .second .con .conCon .threeCon {
  width: 100%;
  height: 451px;
  display: flex;
  flex-wrap: wrap;
  gap: 51px 30px;
}
.member .second .con .conCon .threeCon .one {
  width: 700px;
  height: 200px;
  flex-grow: 0;
  flex-shrink: 0;
  background-image: url(/statics/images/shanghui/workerBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  padding: 0 0 0 260px;
  display: flex;
  align-items: center;
}
.member .second .con .conCon .threeCon .one .text {
  font-size: 42px;
  font-weight: bold;
  color: #FFFFFF;
}
.member .second .con .conCon .threeCon .one .text_ko {
  font-size: 30px;
}
.member .second .con .conCon .threeCon .two {
  width: 470px;
  height: 200px;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 20px;
}
.member .second .con .conCon .threeCon .two .textCon {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  display: flex;
  flex-direction: column;
}
.member .second .con .conCon .threeCon .two .textCon .line {
  width: 46px;
  height: 7px;
  margin-top: 30px;
  background-color: #000000;
}
.member .second .con .conCon .threeCon .two .redCor {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
}
.member .second .con .conCon .threeCon .two:hover {
  background-color: #B3262D;
}
.member .second .con .conCon .threeCon .two:hover .textCon {
  color: #FFFFFF;
}
.member .second .con .conCon .threeCon .two:hover .textCon .line {
  background-color: #FFFFFF;
}
.member .second .con .conCon .threeCon .two:hover .redCor {
  filter: saturate(0) brightness(0.5);
}
.member .second .con .conCon .threeCon .active.two {
  background-color: #B3262D;
}
.member .second .con .conCon .threeCon .active.two .textCon {
  color: #FFFFFF;
}
.member .second .con .conCon .threeCon .active.two .textCon .line {
  background-color: #FFFFFF;
}
.member .second .con .conCon .threeCon .active.two .redCor {
  filter: saturate(0) brightness(0.5);
}
.member .second .con .conCon .threeCon .ord {
  width: 380px;
  height: 200px;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 20px;
}
.member .second .con .conCon .threeCon .ord .textCon {
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.member .second .con .conCon .threeCon .ord .textCon .logo-box {
  height: 64px;
  background: #fff;
  padding: 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
}
.member .second .con .conCon .threeCon .ord .textCon .none {
  background: transparent;
}
.member .second .con .conCon .threeCon .ord .textCon .logo {
  width: 200px;
}
.member .second .con .conCon .threeCon .ord .textCon .line {
  width: 46px;
  height: 7px;
  margin-top: 18px;
  background-color: #000000;
}
.member .second .con .conCon .threeCon .ord .redCor {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
}
.member .second .con .conCon .threeCon .active.ord {
  background-color: #B3262D;
}
.member .second .con .conCon .threeCon .active.ord .textCon {
  color: #FFFFFF;
}
.member .second .con .conCon .threeCon .active.ord .textCon .line {
  background-color: #FFFFFF;
}
.member .second .con .conCon .threeCon .active.ord .redCor {
  filter: saturate(0) brightness(0.5);
}
.member .second .secondPage {
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  margin: 76px auto 0 auto;
  justify-content: space-between;
}
.member .second .secondPage .lineBlock {
  width: 1000px;
  height: 1px;
  background: #CECECE;
  position: relative;
}
.member .second .secondPage .lineBlock .swiper-pagination-progressbar-fill {
  height: 7px;
  background: #B3262D;
  position: absolute;
  margin-top: -3px;
}
.member .second .secondPage .lineBlock .strongLine {
  width: 200px;
  height: 6px;
  background-color: #B3262D;
  position: absolute;
  top: -3px;
  left: 0;
}
.member .second .secondPage .pager {
  width: 96px;
  height: 36px;
  display: flex;
  justify-content: space-between;
  flex-grow: 0;
  flex-shrink: 0;
}
.member .second .secondPage .pager .secondLeft {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-image: url(/statics/images/shanghui/swToLeft.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.member .second .secondPage .pager .secondRight {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-image: url(/statics/images/shanghui/pageNext.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.member .third {
  width: 1200px;
  margin: 101px auto 0 auto;
}
.member .third .header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.member .third .header .name {
  height: 70px;
  flex-grow: 0;
  flex-shrink: 0;
}
.member .third .block {
  width: 100%;
  height: 265px;
  margin-top: 75px;
}
.member .third .block .blockCon {
  width: 100%;
  height: 265px;
}
.member .third .block .blockCon .conBlock {
  width: 100%;
  height: 265px;
  box-sizing: border-box;
  padding: 0 34px;
  display: flex;
  gap: 50px;
}
.member .third .block .blockCon .conBlock .items:hover {
  color: #B3262D;
}
.member .third .block .blockCon .conBlock .items:hover .imgCon .bigCy {
  display: block;
}
.member .third .block .blockCon .conBlock .items {
  width: 200px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
  text-align: center;
}
.member .third .block .blockCon .conBlock .items .imgCon {
  width: 165px;
  height: 165px;
  position: relative;
}
.member .third .block .blockCon .conBlock .items .imgCon img {
  width: 165px;
  height: 165px;
}
.member .third .block .blockCon .conBlock .items .imgCon .bigCy {
  width: 230px;
  height: 230px;
  position: absolute;
  bottom: -33px;
  left: -32.5px;
  display: none;
}
.member .third .pager {
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 82px;
}
.member .third .pager .thirdLeft {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-image: url(/statics/images/shanghui/swToLeft.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.member .third .pager .pointGroup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.member .third .pager .pointGroup .pagination-item {
  width: 22px;
  height: 22px;
  background: url(/statics/images/shanghui/block-pagination.png) no-repeat left top;
  background-size: 100% 100%;
  cursor: pointer;
}
.member .third .pager .pointGroup .swiper-pagination-bullet-active {
  width: 22px;
  height: 22px;
  background: url(/statics/images/shanghui/block-pagination-current.png) no-repeat left top;
  background-size: 100% 100%;
}
.member .third .pager .pointGroup .basPoint:hover {
  border: 1.22px solid #B3262D;
}
.member .third .pager .pointGroup .basPoint:hover:after {
  background-color: #B3262D;
}
.member .third .pager .pointGroup .active.basPoint {
  border: 1.22px solid #B3262D;
}
.member .third .pager .pointGroup .active.basPoint:after {
  background-color: #B3262D;
}
.member .third .pager .pointGroup .basPoint {
  width: 22px;
  height: 22px;
  border: 1.22px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
.member .third .pager .pointGroup .basPoint:after {
  content: '';
  width: 11px;
  height: 11px;
  background-color: #FFFFFF;
  border-radius: 50%;
}
.member .third .pager .thirdRight {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-image: url(/statics/images/shanghui/pageNext.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.member .ellipsis2_ko {
  font-size: 18px;
}
.member .ellipsis2_ko_special {
  position: relative;
  top: -5px;
  font-size: 15px;
}
/*# sourceMappingURL=member.css.map */