@font-face {
  font-family: 'YunfengJinglong';
  src: url('/statics/font/yunfengjinglongxingshu.ttf') format('truetype');
}
.indexContainer {
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.indexContainer .introText {
  width: 100%;
  padding: 50px 0;
}
.indexContainer .introText .introMain {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 45px;
}
.indexContainer .introText .introMain .introTitle {
  display: block;
  width: 440px;
  margin: 0 auto;
}
.indexContainer .introText .introMain .introTExt {
  width: 100%;
  margin-top: 14px;
  font-weight: 400;
  font-size: 18px;
  color: #3d3d3d;
  line-height: 44px;
  text-align: center;
}
.indexContainer .introText .introMain .introTExt .important {
  font-weight: 700;
  font-size: 22px;
  color: #bd0c0c;
}
.indexContainer .function {
  width: 100%;
  height: 865px;
  box-sizing: border-box;
  padding-top: 91px;
  background: linear-gradient(rgba(179, 38, 45, 0.8), rgba(179, 38, 45, 0.8)), url(/statics/images/shanghui/functionBg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.indexContainer .function .functionBlock {
  width: 760px;
  height: 100%;
  background-color: #FFFFFF;
  margin-left: 360px;
  box-sizing: border-box;
  padding: 42px 36px;
}
.indexContainer .function .functionBlock .title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexContainer .function .functionBlock .title .leftBlock {
  display: flex;
  flex-direction: column;
}
.indexContainer .function .functionBlock .title .leftBlock .funcLine {
  width: 34px;
  height: 5px;
  background: #AF1E11;
}
.indexContainer .function .functionBlock .title .leftBlock .titleText {
  font-size: 34px;
  font-weight: bold;
  color: #222222;
  margin-top: 18px;
}
.indexContainer .function .functionBlock .title .leftBlock .titleText_ko {
  margin-top: 12px;
}
.indexContainer .function .functionBlock .title .leftBlock .introName {
  font-size: 16px;
  font-weight: bold;
  color: #2F2F2F;
}
.indexContainer .function .functionBlock .title .rightBlock {
  width: 116px;
  height: 34px;
  border-radius: 4.22px;
  background-color: #b3262d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: normal;
  color: #FFFFFF;
}
.indexContainer .function .functionBlock .title .rightBlock img {
  height: 15px;
  margin-left: 6px;
}
.indexContainer .function .functionBlock .functionList {
  width: 100%;
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.indexContainer .function .functionBlock .functionList .listItem {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  align-items: end;
}
.indexContainer .function .functionBlock .functionList .listItem .listNum {
  height: 19px;
  margin-right: 14px;
  display: inline;
}
.indexContainer .function .functionBlock .functionList .listItem .listName {
  font-weight: 700;
  font-size: 18px;
  color: #bd0c0c;
  margin-right: 8px;
  display: inline;
}
.indexContainer .function .functionBlock .functionList .listItem .listInfo {
  font-weight: 400;
  font-size: 16px;
  color: #3d3d3d;
  display: inline;
}
.indexContainer .function .functionBlock .functionList .listItem:first-child .listNum {
  height: 19px;
  margin-right: 24px;
  display: inline;
}
.indexContainer .function .functionBlock .functionList_ko {
  margin-top: 10px;
}
.indexContainer .function .funcBanner {
  width: 100%;
  height: 328px;
  position: relative;
  top: -376px;
  display: flex;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  gap: 50px;
}
.indexContainer .function .funcBanner .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.indexContainer .function .funcBanner .funcBannerItem {
  width: 538px!important;
  height: 328px;
  flex-grow: 0;
  flex-shrink: 0;
  border-radius: 16px;
  display: flex;
  position: relative;
}
.indexContainer .function .funcBanner .funcBannerItem img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.indexContainer .function .funcBanner .funcBannerItem .funcBannerText {
  position: absolute;
  height: 79px;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 25px;
  bottom: 0;
  border-radius: 16px;
  background: linear-gradient(1deg, #212121 4%, rgba(33, 33, 33, 0) 94%);
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.indexContainer .function .funcBanner .funcBannerItem .funcBannerText .textItem {
  height: 28px;
}
.indexContainer .function .funcBanner::-webkit-scrollbar {
  display: none;
}
.indexContainer .history {
  width: 100%;
  height: 790px;
  background-image: url(/statics/images/shanghui/historyBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  padding-bottom: 120px;
  overflow: hidden;
  position: relative;
}
.indexContainer .history .historyHead {
  width: 1200px;
  padding-top: 86px;
  margin: 0 auto;
  display: flex;
  font-size: 50px;
  font-weight: bold;
  color: #b3262d;
  align-items: center;
}
.indexContainer .history .historyHead img {
  width: 37px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 10px;
}
@keyframes myfirst {
  0% {
    left: 0px;
  }
  100% {
    left: -1000px;
  }
}
.indexContainer .history .historyItem {
  position: absolute;
  top: 256px;
  left: 0;
  /* user-select: none; */
  cursor: pointer;
}
.indexContainer .history .historyItem .topList {
  display: flex;
  box-sizing: border-box;
  padding-left: 111px;
  gap: 13px;
  margin-bottom: 16px;
}
.indexContainer .history .historyItem .topList .listItem {
  width: 353px;
  height: 180px;
  display: flex;
  gap: 22px;
  flex-grow: 0;
  flex-shrink: 0;
}
.indexContainer .history .historyItem .topList .listItem img {
  height: 150px;
  flex-grow: 0;
  flex-shrink: 0;
  pointer-events: none;
}
.indexContainer .history .historyItem .topList .listItem .hisTopCard {
  width: 90%;
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 10px;
}
.indexContainer .history .historyItem .topList .listItem .hisTopCard .cardTop {
  width: 70px;
  height: 24px;
  border-radius: 12px;
  background-color: #B3262D;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  font-weight: normal;
  color: #FFFFFF;
  margin-bottom: 19px;
}
.indexContainer .history .historyItem .topList .listItem .hisTopCard .cardBot {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.indexContainer .history .historyItem .topList .listItem .hisTopCard .cardBot img {
  width: 120px;
  height: 80px;
  flex-grow: 0;
  flex-shrink: 0;
  pointer-events: none;
}
.indexContainer .history .historyItem .topList .listItem .hisTopCard .cardBot .textArea {
  font-size: 14px;
  font-weight: normal;
  color: #343434;
  line-height: 18px;
  white-space: pre-line;
}
.indexContainer .history .historyItem .historyLine {
  width: 100%;
  height: 10px;
  background-color: #b3262d;
}
.indexContainer .history .historyItem .historyBotLine {
  width: 100%;
  position: relative;
  margin-top: 31px;
  border-bottom: 1px dashed #B3262D;
  left: 111px;
}
.indexContainer .history .historyItem .historyBotLine .hisBotPoint {
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #B3262D;
  border-radius: 50%;
}
.indexContainer .history .historyItem .botList {
  display: flex;
  box-sizing: border-box;
  padding-left: 294px;
  gap: 13px;
  margin-bottom: 16px;
  margin-top: 13px;
}
.indexContainer .history .historyItem .botList .listItem {
  width: 353px;
  height: 160px;
  display: flex;
  gap: 18px;
  flex-grow: 0;
  flex-shrink: 0;
}
.indexContainer .history .historyItem .botList .listItem img {
  height: 123px;
  flex-grow: 0;
  flex-shrink: 0;
  pointer-events: none;
}
.indexContainer .history .historyItem .botList .listItem .hisBotCard {
  box-sizing: border-box;
  padding-top: 18px;
  width: 100%;
  height: 100%;
}
.indexContainer .history .historyItem .botList .listItem .hisBotCard .botBtn {
  width: 70px;
  height: 24px;
  border-radius: 12px;
  background-color: #B3262D;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  font-weight: normal;
  color: #FFFFFF;
}
.indexContainer .history .historyItem .botList .listItem .hisBotCard .deepCard {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 16px;
}
.indexContainer .history .historyItem .botList .listItem .hisBotCard .deepCard img {
  width: 120px;
  height: 80px;
  flex-grow: 0;
  flex-shrink: 0;
  pointer-events: none;
}
.indexContainer .history .historyItem .botList .listItem .hisBotCard .deepCard .textArea {
  font-size: 14px;
  font-weight: normal;
  color: #343434;
  line-height: 18px;
  white-space: pre-line;
}
.indexContainer .barAct {
  width: 100%;
  background-image: url(/statics/images/shanghui/barAct.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  padding: 127px 0 145px 0;
}
.indexContainer .barAct .actCor {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  flex-grow: 0;
  flex-shrink: 0;
  gap: 100px;
}
.indexContainer .barAct .actCor .actTitle {
  display: flex;
  flex-direction: column;
  gap: 35px;
  font-size: 34px;
  font-weight: bold;
  color: #222222;
  box-sizing: border-box;
  padding-top: 27px;
  white-space: nowrap;
}
.indexContainer .barAct .actCor .actTitle .titleLine {
  width: 46px;
  height: 7px;
  background-color: #AF1E11;
}
.indexContainer .barAct .actCor .actMain {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 44px;
}
.indexContainer .barAct .actCor .actMain .actCard {
  width: 460px;
  height: 194px;
  background: #FFFFFF;
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
  padding: 46px 52px 20px 30px;
}
.indexContainer .barAct .actCor .actMain .actCard .actNum {
  width: 42px;
  height: 57px;
  display: block;
  position: absolute;
  top: 0;
  right: 26px;
  text-align: center;
  box-sizing: border-box;
  font-size: 30px;
  font-weight: 500;
  padding-top: 8px;
  background-image: url(/statics/images/shanghui/actNum.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #FFFFFF;
}
.indexContainer .barAct .actCor .actMain .actCard .iconGroup {
  width: 128px;
  height: 128px;
  position: absolute;
  right: 52px;
}
.indexContainer .barAct .actCor .actMain .actCard .iconGroup .baseIcon {
  width: 100%;
  height: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}
.indexContainer .barAct .actCor .actMain .actCard .iconGroup .posIcon {
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.indexContainer .barAct .actCor .actMain .actCard .actText {
  width: 336px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.indexContainer .barAct .actCor .actMain .actCard .actText .textItem {
  font-size: 18px;
  font-weight: bold;
  color: #1A1A1A;
  line-height: 30px;
}
.indexContainer .barAct .actCor .actMain .actCard .actText img {
  width: 50px;
}
.indexContainer .barAct .actCor .actMain .actCard:hover {
  background-color: #B3262D;
}
.indexContainer .barAct .actCor .actMain .actCard:hover .actNum {
  background-image: url(/statics/images/shanghui/actNum-a.png);
  color: #B3262D;
}
.indexContainer .barAct .actCor .actMain .actCard:hover .iconGroup .baseIcon {
  filter: brightness(10);
}
.indexContainer .barAct .actCor .actMain .actCard:hover .iconGroup .posIcon {
  filter: saturate(0.2) brightness(4);
}
.indexContainer .barAct .actCor .actMain .actCard:hover .actText .textItem {
  color: #FFFFFF;
}
.indexContainer .barAct .actCor .actMain .actCard:hover .actText img {
  filter: saturate(0.2) brightness(4);
}
.indexContainer .barAct .actCor_ko {
  gap: 90px;
}
.indexContainer .videoBanner {
  width: 100%;
  background-color: #FFFFFF;
}
.indexContainer .videoBanner .videoSwi {
  width: 100%;
  box-sizing: border-box;
  padding: 90px 0 84px 0;
}
.indexContainer .videoBanner .videoSwi .videoCon {
  width: 100%;
  height: 420px;
}
.indexContainer .videoBanner .videoSwi .videoCon .videoItemCon {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: end;
}
.indexContainer .videoBanner .videoSwi .videoCon .videoItemCon .videoItem {
  width: 560px;
  height: 420px;
  border-radius: 10px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
}
.indexContainer .videoBanner .videoSwi .videoCon .videoItemCon .videoItem .imgFirst {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  filter: grayscale(0.6);
}
.indexContainer .videoBanner .videoSwi .videoCon .videoItemCon .videoItem .play {
  width: 77px;
  height: 77px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-76%, -50%);
  cursor: pointer;
  z-index: 9;
}
.indexContainer .videoBanner .videoSwi .videoCon .videoItemCon .videoItem .picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  display: none;
}
.indexContainer .videoBanner .videoSwi .videoCon .videoItemCon .textCon {
  width: 730px;
  height: 390px;
  flex-grow: 0;
  flex-shrink: 0;
  right: 45px;
  background-image: url(/statics/images/shanghui/videoBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  padding: 47px 43px 30px 105px;
  position: relative;
}
.indexContainer .videoBanner .videoSwi .videoCon .videoItemCon .textCon .title {
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
}
.indexContainer .videoBanner .videoSwi .videoCon .videoItemCon .textCon .intro {
  white-space: pre-line;
  font-size: 16px;
  font-weight: normal;
  color: #FFFFFF;
  margin-top: 10px;
  line-height: 32px;
}
.indexContainer .videoBanner .videoSwi .videoCon .videoItemCon .textCon .toBtn {
  width: 116px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D08F92;
  border-radius: 4.22px;
  font-size: 14px;
  font-weight: normal;
  color: #FFFFFF;
  position: absolute;
  bottom: 30px;
  right: 43px;
}
.indexContainer .videoBanner .videoSwi .videoCon .videoItemCon .textCon .toBtn img {
  width: 15px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 11px;
}
.indexContainer .members {
  width: 100%;
  height: 341px;
  background-image: url(/statics/images/shanghui/memberBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  padding-top: 76px;
}
.indexContainer .members .memberMan {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 120px;
}
.indexContainer .members .memberMan .memberLeft {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
}
.indexContainer .members .memberMan .memberLeft .line {
  width: 35px;
  height: 5px;
  background-color: #FFFFFF;
}
.indexContainer .members .memberMan .memberLeft .memberName {
  font-size: 34px;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 40px;
  white-space: nowrap;
}
.indexContainer .members .memberMan .memberLeft .toMember {
  width: 116px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D08F92;
  border-radius: 4.22px;
  font-size: 14px;
  font-weight: normal;
  color: #FFFFFF;
  margin-top: 102px;
}
.indexContainer .members .memberMan .memberLeft .toMember img {
  width: 15px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 11px;
}
.indexContainer .members .memberMan .memberRight {
  width: 100%;
  height: 160px;
  margin-top: 8px;
}
.indexContainer .members .memberMan .memberRight .memberList {
  width: 100%;
  height: 100%;
}
.indexContainer .members .memberMan .memberRight .memberList .okkrs {
  width: 100%;
  height: 100%;
}
.indexContainer .members .memberMan .memberRight .memberList .okkrs .memberContr {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 55px;
}
.indexContainer .members .memberMan .memberRight .memberList .okkrs .memberContr a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.indexContainer .members .memberMan .memberRight .memberList .okkrs .memberContr a img {
  width: 100px;
  height: 100px;
}
.indexContainer .members .memberMan .memberRight .memberList .okkrs .memberContr a .memberCall {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.indexContainer .hubInfo {
  width: 100%;
  box-sizing: border-box;
  padding: 67px 0 69px 0;
  background-image: url(/statics/images/shanghui/botInfoBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.indexContainer .hubInfo .hubMain {
  width: 1200px;
  display: flex;
  gap: 70px;
  margin: 0 auto;
}
.indexContainer .hubInfo .hubMain .hubLeft {
  width: 375px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  gap: 50px;
}
.indexContainer .hubInfo .hubMain .hubLeft .leftHunCard {
  display: flex;
  gap: 26px;
}
.indexContainer .hubInfo .hubMain .hubLeft .leftHunCard img {
  width: 50px;
  height: 50px;
  flex-grow: 0;
  flex-shrink: 0;
}
.indexContainer .hubInfo .hubMain .hubLeft .leftHunCard .cardInfo {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.indexContainer .hubInfo .hubMain .hubLeft .leftHunCard .cardInfo .cardName {
  font-size: 20px;
  font-weight: 500;
  color: #222222;
}
.indexContainer .hubInfo .hubMain .hubLeft .leftHunCard .cardInfo .cardText {
  font-size: 16px;
  font-weight: 350;
  color: #333333;
}
.indexContainer .hubInfo .hubMain .hubRight {
  width: 754px;
  height: 275px;
  background: #FFFFFF;
  border-radius: 16px;
  box-sizing: border-box;
  padding: 20px 40px 0 32px;
  position: relative;
}
.indexContainer .hubInfo .hubMain .hubRight .formTitle {
  font-size: 18px;
  font-weight: 500;
  color: #222222;
}
.indexContainer .hubInfo .hubMain .hubRight .twoBlock {
  width: 100%;
  height: 38px;
  display: flex;
  gap: 30px;
}
.indexContainer .hubInfo .hubMain .hubRight .twoBlock .subName {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: normal;
  color: #1A1A1A;
  margin-top: 16px;
}
.indexContainer .hubInfo .hubMain .hubRight .twoBlock .subName input {
  width: 260px;
  height: 38px;
  border-radius: 4px;
  border: none;
  background-color: #F6F6F6;
  box-sizing: border-box;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 350;
  color: #ADADAD;
}
.indexContainer .hubInfo .hubMain .hubRight .bigArea {
  width: 100%;
  padding-top: 30px;
  display: flex;
  gap: 4px;
}
.indexContainer .hubInfo .hubMain .hubRight .bigArea .title {
  font-size: 16px;
  font-weight: normal;
  color: #1A1A1A;
  white-space: nowrap;
}
.indexContainer .hubInfo .hubMain .hubRight .bigArea .title .red {
  padding-right: 3px;
}
.indexContainer .hubInfo .hubMain .hubRight .bigArea .textAreaCtr {
  width: 100%;
  height: 97px;
  border: none;
  background-color: #F6F6F6;
  box-sizing: border-box;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 350;
  color: #ADADAD;
  border-radius: 4px;
  text-align: left;
  resize: none;
}
.indexContainer .hubInfo .hubMain .hubRight .footeBtns {
  width: 100%;
  height: 50px;
  position: absolute;
  display: flex;
  bottom: 0;
  left: 0;
}
.indexContainer .hubInfo .hubMain .hubRight .footeBtns .btn {
  width: 50%;
  height: 50px;
  background: #333433;
  border-radius: 10px 0px 0px 10px;
  text-align: center;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  justify-content: center;
  cursor: pointer;
}
.indexContainer .hubInfo .hubMain .hubRight .footeBtns .otherColo {
  border-radius: 0px 10px 10px 0px;
  background-color: #B3262D;
}
.indexContainer .footerCon {
  min-width: 1200px;
  height: 168px;
  background-image: url(/statics/images/shanghui/footBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  padding: 50px 0;
}
.indexContainer .footerCon .footerMain {
  width: 1200px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: space-around;
}
.indexContainer .footerCon .footerMain .clubImg {
  width: 121px;
  flex-grow: 0;
  flex-shrink: 0;
}
.indexContainer .footerCon .footerMain .clubInfo {
  margin-left: 63px;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.indexContainer .footerCon .footerMain .clubInfo .navs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexContainer .footerCon .footerMain .clubInfo .navs .navItems {
  font-size: 14px;
  font-weight: 350;
  color: #FFFFFF;
}
.indexContainer .footerCon .footerMain .clubInfo .navs .line {
  width: 0;
  height: 10px;
  border-right: 1px solid #FFFFFF;
}
.indexContainer .footerCon .footerMain .clubInfo .clubInfos {
  display: flex;
  position: relative;
  align-items: center;
  gap: 60px;
}
.indexContainer .footerCon .footerMain .clubInfo .clubInfos .infoBlock {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 16px;
  color: #FFFFFF;
}
.indexContainer .footerCon .footerMain .clubInfo .clubInfos .infoBlock img {
  width: 18px;
  height: 18px;
  flex-grow: 0;
  flex-shrink: 0;
}
.indexContainer .footerCon .footerMain .clubInfo .clubInfos .infoBlock .name {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}
.indexContainer .footerCon .footerMain .clubInfo .clubInfos .infoBlock .info {
  font-size: 16px;
  font-weight: 350;
  color: #FFFFFF !important;
}
.indexContainer .footerCon .footerMain .clubInfo .clubInfos .infoBlock .info .tell {
  color: #fff !important;
}
.indexContainer .footerCon .footerMain .clubInfo .clubInfos .poiItem {
  position: absolute;
  white-space: nowrap;
  left: 85%;
}
.indexContainer .businessOverview {
  width: 100%;
  height: 750px;
  background-image: url('/statics/images/shanghui/overView.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.indexContainer .businessOverview .overViewItem {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 97px;
}
.indexContainer .businessOverview .overViewItem .videoCon {
  display: flex;
  justify-content: space-between;
}
.indexContainer .businessOverview .overViewItem .videoCon .videoItem {
  width: 578px;
  height: 402px;
  border-radius: 14px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
}
.indexContainer .businessOverview .overViewItem .videoCon .videoItem .imgFirst {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  filter: grayscale(0.6);
}
.indexContainer .businessOverview .overViewItem .videoCon .videoItem .play {
  width: 77px;
  height: 77px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-76%, -50%);
  cursor: pointer;
  z-index: 9;
}
.indexContainer .businessOverview .overViewItem .videoCon .videoItem .picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  display: none;
}
.indexContainer .businessOverview .overViewItem .videoCon .overviewText {
  height: 402px;
  flex-grow: 1;
  margin-left: 40px;
  box-sizing: border-box;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.indexContainer .businessOverview .overViewItem .videoCon .overviewText .topBlock .header {
  font-size: 35px;
  font-weight: bold;
}
.indexContainer .businessOverview .overViewItem .videoCon .overviewText .topBlock .header span {
  color: #BD0C0C;
}
.indexContainer .businessOverview .overViewItem .videoCon .overviewText .topBlock .bottomLine {
  width: 140px;
  height: 0;
  border-bottom: 2px solid #BD0C0C;
  margin-top: 20px;
}
.indexContainer .businessOverview .overViewItem .videoCon .overviewText .topBlock .textDetail {
  margin-top: 27px;
  font-size: 18px;
  line-height: 44px;
}
.indexContainer .businessOverview .overViewItem .videoCon .overviewText .topBlock .textDetail span {
  color: #BD0C0C;
  font-weight: bold;
}
.indexContainer .businessOverview .overViewItem .videoCon .overviewText .cards {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.indexContainer .businessOverview .overViewItem .videoCon .overviewText .cards .cardItem {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 70px;
  align-items: center;
  font-size: 17px;
}
.indexContainer .businessOverview .overViewItem .videoCon .overviewText .cards .cardItem img {
  height: 46px;
}
.indexContainer .businessOverview .overViewItem .overviewCard {
  width: 100%;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #f1f1f1;
  margin-top: 68px;
  border-radius: 14px;
  border: 1px dashed rgba(184, 182, 182);
}
.indexContainer .businessOverview .overViewItem .overviewCard .littleBlock {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 60px;
}
.indexContainer .businessOverview .overViewItem .overviewCard .littleBlock .cText {
  font-size: 28px;
  color: #BD0C0C;
  font-weight: bold;
  text-align: center;
}
.indexContainer .businessOverview .overViewItem .overviewCard .littleBlock .eText {
  font-size: 13px;
  text-align: center;
}
.indexContainer .businessOverview .overViewItem .overviewCard .v-line {
  width: 0;
  height: 39px;
  border-right: 1px solid #D9D9D9;
}
.indexContainer .businessOverview .overViewItem .overviewCard .detailLook {
  width: 160px;
  height: 60px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}
.indexContainer .businessOverview .overViewItem .overviewCard .detailLook img {
  width: 60px;
  height: 60px;
}
.indexContainer .textBlock {
  width: 100%;
  height: 240px;
  background-image: url('/statics/images/shanghui/redBg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.indexContainer .textBlock .textItem {
  width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.indexContainer .textBlock .textItem img {
  width: 1016px;
  flex-grow: 0;
  flex-shrink: 0;
}
.indexContainer .textBlock .textItem .botText {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  width: 100%;
  color: #ffffff;
  letter-spacing: 1px;
  margin-top: 24px;
}
.indexContainer .textBlock .textItem .botText .line-90 {
  width: 90px;
  height: 1px;
  background-color: #ffffff;
}
.indexContainer .memberStyle {
  width: 100%;
  background-image: url('/statics/images/shanghui/memberStyle.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 60px;
  box-sizing: border-box;
}
.indexContainer .memberStyle .titles {
  width: 100%;
  background-size: auto 270px;
}
.indexContainer .memberStyle .titles .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indexContainer .memberStyle .titles .en {
  font-size: 36px;
  color: #1A1A1A;
  display: inline-block;
  width: auto;
  position: relative;
}
.indexContainer .memberStyle .titles .en span {
  position: relative;
  z-index: 3;
}
.indexContainer .memberStyle .titles .en .picture {
  width: 186px;
  position: relative;
  z-index: 3;
}
.indexContainer .memberStyle .titles .en .icon {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 8px;
  right: -10px;
  z-index: 1;
}
.indexContainer .memberStyle .titles .tags {
  width: 84px;
  height: 4px;
  background: #BD0C0C;
  margin: 19px 0 10px;
}
.indexContainer .memberStyle .titles .name {
  font-size: 42px;
  color: #1A1A1A;
  line-height: 61px;
}
.indexContainer .memberStyle .titles .name .picture {
  width: 168px;
}
.indexContainer .memberStyle .titles .right {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #3D3D3D;
}
.indexContainer .memberStyle .titles .right .icon {
  width: 60px;
  margin-left: 20px;
}
.indexContainer .memberStyle .memberStyleItem {
  width: 1200px;
  margin: 0 auto;
}
.indexContainer .memberStyle .memberStyleItem .memberCardList {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 35px;
  width: 100%;
  height: 535px;
}
.indexContainer .memberStyle .memberStyleItem .memberCardList .listItem {
  width: 353px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.indexContainer .memberStyle .memberStyleItem .memberCardList .listItem .picCl {
  width: 264px;
  height: 264px;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
}
.indexContainer .memberStyle .memberStyleItem .memberCardList .listItem .picCl img {
  width: 209px;
  height: 209px;
  flex-grow: 0;
  flex-shrink: 0;
  border-radius: 50%;
}
.indexContainer .memberStyle .memberStyleItem .memberCardList .listItem .active {
  border: 1px solid #BD0C0C;
}
.indexContainer .memberStyle .memberStyleItem .memberCardList .listItem .introduce {
  width: 100%;
  height: 195px;
  margin-top: 41px;
}
.indexContainer .memberStyle .memberStyleItem .memberCardList .listItem .introduce .name {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  color: black;
}
.indexContainer .memberStyle .memberStyleItem .memberCardList .listItem .introduce .name_active {
  color: #BD0C0C;
}
.indexContainer .memberStyle .memberStyleItem .memberCardList .listItem .introduce .whatList {
  width: 100%;
  font-size: 19px;
  text-align: center;
  margin-top: 21px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.indexContainer .memberStyle .memberStyleItem .memberCardList .listItem .introduce .whatList div {
  margin-bottom: 10px;
}
.indexContainer .memberStyle .memberStyleItem .memberCardList .listItem .downArr {
  width: 18px;
  height: 13px;
  margin-top: 22px;
  display: none;
}
.indexContainer .memberStyle .memberStyleItem .memberCardList .listItem .downArr_active {
  display: block;
}
.indexContainer .memberStyle .infoCard {
  width: calc((100vw - 1200px)/2 + 1200px);
  height: 187px;
  margin-top: 38px;
  background-image: url('/statics/images/shanghui/styleText.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.indexContainer .memberStyle .infoCard .textSelf {
  width: 1200px;
  height: 100%;
  float: right;
  align-items: center;
  box-sizing: border-box;
  font-size: 20px;
  color: #ffffff;
  line-height: 42px;
  padding-right: 134px;
  display: none;
}
.indexContainer .memberStyle .infoCard .textSelf_active {
  display: flex;
}
.indexContainer .news-mode {
  width: 100%;
  height: 800px;
  background: #F7F6F9;
}
.indexContainer .news-mode .news-content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 75px;
  box-sizing: border-box;
}
.indexContainer .news-mode .news-content .titles {
  width: 100%;
  background-size: auto 270px;
}
.indexContainer .news-mode .news-content .titles .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indexContainer .news-mode .news-content .titles .en {
  font-size: 36px;
  color: #1A1A1A;
  display: inline-block;
  width: auto;
  position: relative;
}
.indexContainer .news-mode .news-content .titles .en span {
  position: relative;
  z-index: 3;
}
.indexContainer .news-mode .news-content .titles .en .picture {
  width: 186px;
  position: relative;
  z-index: 3;
}
.indexContainer .news-mode .news-content .titles .en .icon {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 8px;
  right: -10px;
  z-index: 1;
}
.indexContainer .news-mode .news-content .titles .tags {
  width: 84px;
  height: 4px;
  background: #BD0C0C;
  margin: 19px 0 10px;
}
.indexContainer .news-mode .news-content .titles .name {
  font-size: 42px;
  color: #1A1A1A;
  line-height: 61px;
}
.indexContainer .news-mode .news-content .titles .name .picture {
  width: 168px;
}
.indexContainer .news-mode .news-content .titles .right {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #3D3D3D;
}
.indexContainer .news-mode .news-content .titles .right .icon {
  width: 60px;
  margin-left: 20px;
}
.indexContainer .news-mode .news-content .content {
  width: 1200px;
  margin: 60px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indexContainer .news-mode .news-content .content .left {
  width: 362px;
  height: 450px;
  background: #fff;
  display: block;
}
.indexContainer .news-mode .news-content .content .left .picture {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.indexContainer .news-mode .news-content .content .left .more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 13px 0 28px;
  margin: 38px 0 25px;
  cursor: pointer;
}
.indexContainer .news-mode .news-content .content .left .more .date {
  font-size: 14px;
  color: #BD0C0C;
  line-height: 19px;
}
.indexContainer .news-mode .news-content .content .left .more .go {
  font-size: 14px;
  color: #B7B7B7;
  display: flex;
  align-items: center;
}
.indexContainer .news-mode .news-content .content .left .more .go .icon {
  width: 15px;
}
.indexContainer .news-mode .news-content .content .left .title {
  padding: 0 28px;
  font-size: 15px;
  color: #1A1A1A;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 40px;
}
.indexContainer .news-mode .news-content .content .left .tags {
  width: 70px;
  height: 2px;
  background: #BD0C0C;
  margin-left: 28px;
}
.indexContainer .news-mode .news-content .content .center {
  width: 362px;
  height: 450px;
  background-size: 362px 450px;
  padding: 42px 28px 0;
  box-sizing: border-box;
  display: none;
  position: relative;
}
.indexContainer .news-mode .news-content .content .center .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(189, 12, 12, 0.85);
  z-index: 3;
}
.indexContainer .news-mode .news-content .content .center .bg-color {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(189, 12, 12, 0.85);
  z-index: 4;
}
.indexContainer .news-mode .news-content .content .center .date {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 23px;
  position: relative;
  z-index: 6;
}
.indexContainer .news-mode .news-content .content .center .tags {
  width: 97px;
  height: 1px;
  background: #fff;
  margin: 15px 0 30px;
  position: relative;
  z-index: 6;
}
.indexContainer .news-mode .news-content .content .center .title {
  font-size: 18px;
  color: #fff;
  line-height: 31px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  z-index: 6;
}
.indexContainer .news-mode .news-content .content .center .explain {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 26px 0 48px;
  position: relative;
  z-index: 6;
}
.indexContainer .news-mode .news-content .content .center .more {
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 6;
}
.indexContainer .news-mode .news-content .content .center .more .icon {
  width: 18px;
  margin-left: 6px;
}
.indexContainer .news-mode .news-content .content .news-box:hover .left {
  display: none;
}
.indexContainer .news-mode .news-content .content .news-box:hover .center {
  display: block;
}
.indexContainer .news-mode .news-content .content .right {
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.indexContainer .news-mode .news-content .content .right .list {
  box-sizing: border-box;
  padding: 6px 8px;
  border-radius: 5px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}
.indexContainer .news-mode .news-content .content .right .list .picture {
  width: 180px;
  height: 120px;
  object-fit: cover;
  margin-right: 23px;
}
.indexContainer .news-mode .news-content .content .right .list .news {
  width: 216px;
}
.indexContainer .news-mode .news-content .content .right .list .news .date {
  font-size: 13px;
  color: #A2A2A2;
  line-height: 19px;
}
.indexContainer .news-mode .news-content .content .right .list .news .title {
  height: 40px;
  font-size: 14px;
  color: #3D3D3D;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 20px 0;
}
.indexContainer .news-mode .news-content .content .right .list .news .more {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #B7B7B7;
}
.indexContainer .news-mode .news-content .content .right .list .news .more .icon {
  width: 10px;
}
.indexContainer .news-mode .news-content .content .right .list:hover {
  box-shadow: 0 4px 8px rgba(128, 128, 128, 0.5);
  /* 淡灰色阴影 */
}
.indexContainer .activ-mode {
  width: 100%;
}
.indexContainer .activ-mode .titles {
  width: 100%;
  height: 270px;
  background: url(/statics/images/shanghui/active-title-bg.jpg) no-repeat center center;
  background-size: 100% 270px;
}
.indexContainer .activ-mode .titles .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 64px 0 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indexContainer .activ-mode .titles .en {
  font-size: 36px;
  color: #1A1A1A;
  display: inline-block;
  width: auto;
  position: relative;
}
.indexContainer .activ-mode .titles .en span {
  position: relative;
  z-index: 3;
}
.indexContainer .activ-mode .titles .en .picture {
  width: 186px;
  position: relative;
  z-index: 3;
}
.indexContainer .activ-mode .titles .en .icon {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 8px;
  right: -10px;
  z-index: 1;
}
.indexContainer .activ-mode .titles .tags {
  width: 84px;
  height: 4px;
  background: #BD0C0C;
  margin: 19px 0 10px;
}
.indexContainer .activ-mode .titles .name {
  font-size: 42px;
  color: #1A1A1A;
  line-height: 61px;
}
.indexContainer .activ-mode .titles .name .picture {
  width: 168px;
}
.indexContainer .activ-mode .titles .right {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #3D3D3D;
}
.indexContainer .activ-mode .titles .right .icon {
  width: 60px;
  margin-left: 20px;
}
.indexContainer .activ-mode .activ-content {
  width: 100%;
  height: 770px;
  background: url(/statics/images/shanghui/activ-bg.jpg) no-repeat left center;
  background-size: auto 770px;
}
.indexContainer .activ-mode .activ-content .cotent {
  width: 1200px;
  padding-top: 48px;
  margin: 0 auto;
  position: relative;
}
.indexContainer .activ-mode .activ-content .cotent .activ-list {
  display: flex;
  width: 833px;
  align-items: center;
  flex-wrap: wrap;
}
.indexContainer .activ-mode .activ-content .cotent .activ-list a {
  display: block;
}
.indexContainer .activ-mode .activ-content .cotent .activ-list .list {
  width: 340px;
  height: 200px;
  padding: 30px 30px 0;
  box-sizing: border-box;
  margin-right: 40px;
  margin-bottom: 38px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  cursor: pointer;
}
.indexContainer .activ-mode .activ-content .cotent .activ-list .list .tag {
  width: 50px;
  height: 2px;
  background: #fff;
}
.indexContainer .activ-mode .activ-content .cotent .activ-list .list .title {
  height: 52px;
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 26px 0 30px;
}
.indexContainer .activ-mode .activ-content .cotent .activ-list .list .look {
  display: none;
}
.indexContainer .activ-mode .activ-content .cotent .activ-list .list .go-look {
  height: 19px;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  cursor: pointer;
  height: 28px;
}
.indexContainer .activ-mode .activ-content .cotent .activ-list .list .go-look .icon {
  width: 10px;
  margin-left: 9px;
}
.indexContainer .activ-mode .activ-content .cotent .activ-list .list:hover {
  background: url(/statics/images/shanghui/activ-detail-bg.png) no-repeat center center;
  background: 100% auto;
}
.indexContainer .activ-mode .activ-content .cotent .activ-list .list:hover .look {
  height: 22px;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.indexContainer .activ-mode .activ-content .cotent .activ-list .list:hover .look .icon {
  width: 21px;
  height: auto;
}
.indexContainer .activ-mode .activ-content .cotent .activ-list .list:hover .look span {
  margin: 0 10px;
}
.indexContainer .activ-mode .activ-content .cotent .activ-list .list:hover .go-look {
  display: none;
}
.indexContainer .activ-mode .activ-content .cotent .activ-list .current {
  background-image: url(/statics/images/shanghui/activ-detail-bg.png) no-repeat center center;
  background-size: 100% auto;
}
.indexContainer .activ-mode .activ-content .cotent .activ-list .current .look {
  height: 22px;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 22px;
  cursor: pointer;
}
.indexContainer .activ-mode .activ-content .cotent .activ-list .current .look .icon {
  width: 21px;
  height: auto;
}
.indexContainer .activ-mode .activ-content .cotent .activ-list .current .look span {
  margin: 0 10px;
}
.indexContainer .activ-mode .activ-content .cotent .activ-list .current .go-look {
  display: none;
}
.indexContainer .activ-mode .activ-content .cotent .activ-detail {
  width: calc(100vw - 833px - (100vw - 1200px)/2 - 10px);
  height: 770px;
  position: absolute;
  top: 0;
  left: 833px;
  background: url(/statics/images/shanghui/activ-detail.png) no-repeat left center;
  background-size: 100% 770px;
  padding: 66px 45px 0 63px;
  box-sizing: border-box;
  display: none;
}
.indexContainer .activ-mode .activ-content .cotent .activ-detail .icon {
  width: 65px;
}
.indexContainer .activ-mode .activ-content .cotent .activ-detail .title {
  font-size: 24px;
  color: #fff;
  line-height: 35px;
  margin: 40px 0 50px;
}
.indexContainer .activ-mode .activ-content .cotent .activ-detail .detail {
  font-size: 18px;
  color: #fff;
  white-space: pre-line;
  line-height: 34px;
}
.indexContainer .activ-mode .activ-content .cotent .activ-detail .more {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #fff;
  margin-top: 55px;
  cursor: pointer;
}
.indexContainer .activ-mode .activ-content .cotent .activ-detail .more .icon {
  width: 24px;
  margin-left: 12px;
}
.indexContainer .activ-mode .activ-content .cotent .activ-detail_active {
  display: block;
}
.indexContainer .concat-mode {
  width: 100%;
  height: 850px;
  background: url(/statics/images/shanghui/concat-bg.jpg) no-repeat center center;
  background-size: 100% 850px;
  padding-top: 90px;
  box-sizing: border-box;
}
.indexContainer .concat-mode .concat-content {
  width: 1200px;
  margin: 0 auto;
}
.indexContainer .concat-mode .concat-content .title {
  margin-bottom: 30px;
}
.indexContainer .concat-mode .concat-content .title .en {
  font-size: 36px;
  color: #1A1A1A;
  display: inline-block;
  width: auto;
  position: relative;
}
.indexContainer .concat-mode .concat-content .title .en span {
  position: relative;
  z-index: 3;
}
.indexContainer .concat-mode .concat-content .title .en .picture {
  width: 186px;
  position: relative;
  z-index: 3;
}
.indexContainer .concat-mode .concat-content .title .en .icon {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 8px;
  right: -10px;
  z-index: 1;
}
.indexContainer .concat-mode .concat-content .title .tags {
  width: 84px;
  height: 4px;
  background: #BD0C0C;
  margin: 19px 0 10px;
}
.indexContainer .concat-mode .concat-content .title .name {
  font-size: 42px;
  color: #1A1A1A;
  line-height: 61px;
}
.indexContainer .concat-mode .concat-content .title .name .picture {
  width: 168px;
}
.indexContainer .concat-mode .concat-content .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.indexContainer .concat-mode .concat-content .content .picture-mode {
  position: relative;
  margin-top: 30px;
}
.indexContainer .concat-mode .concat-content .content .picture-mode .picture {
  width: 542px;
  height: auto;
  position: relative;
  z-index: 3;
}
.indexContainer .concat-mode .concat-content .content .picture-mode .bg {
  width: 373px;
  height: 150px;
  background: #BD0C0C;
  position: absolute;
  bottom: -65px;
  right: -58px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 0;
}
.indexContainer .concat-mode .concat-content .content .picture-mode .bg .icon {
  width: 103px;
  margin-right: 6px;
}
.indexContainer .concat-mode .concat-content .content .concat .inner {
  margin-bottom: 15px;
}
.indexContainer .concat-mode .concat-content .content .concat .inner .label {
  font-size: 20px;
  color: #1A1A1A;
  line-height: 30px;
  margin-bottom: 12px;
}
.indexContainer .concat-mode .concat-content .content .concat .inner .label span {
  color: #BD0C0C;
}
.indexContainer .concat-mode .concat-content .content .concat .inner input {
  width: 500px;
  height: 50px;
  background: #F6F6F6;
  border: 2px solid #EAEAEA;
  padding: 0 8px;
  box-sizing: border-box;
}
.indexContainer .concat-mode .concat-content .content .concat .inner textarea {
  width: 500px;
  height: 100px;
  background: #F6F6F6;
  border: 2px solid #EAEAEA;
  padding: 8px 8px;
  box-sizing: border-box;
  resize: none;
  line-height: 22px;
  letter-spacing: 1px;
}
.indexContainer .concat-mode .concat-content .content .concat .inner input:focus {
  border: 2px solid #EAEAEA;
}
.indexContainer .concat-mode .concat-content .content .concat .inner textarea:focus {
  border: 2px solid #EAEAEA;
}
.indexContainer .concat-mode .concat-content .content .concat .sub {
  width: 134px;
  height: 44px;
  background: url(/statics/images/shanghui/concat-sub.png) no-repeat center center;
  font-size: 20px;
  color: #FCFCFC;
  text-align: center;
  line-height: 44px;
  margin-left: auto;
  margin-top: 17px;
  cursor: pointer;
  border: none;
  margin-left: 380px;
}
.headerCon {
  width: 100%;
  height: auto;
  position: relative;
}
.headerCon .lan-mode {
  width: 160px;
  height: 38px;
  border-radius: 19px;
  border: 1px solid #DE9497;
  position: absolute;
  left: 100px;
  top: 10px;
  font-size: 18px;
  color: #B3262D;
  text-align: center;
  line-height: 38px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.headerCon .lan-mode .lan {
  width: 50%;
  height: 38px;
  cursor: pointer;
}
.headerCon .lan-mode .current {
  color: #FFFFFF;
  background: #B3262D;
  border-radius: 19px;
}
.headerCon .topPic {
  width: 100%;
  height: 160px;
  background-image: url(/statics/images/shanghui/topPicBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headerCon .topPic .kccci-e {
  width: 970px;
}
.headerCon .nav {
  width: 100%;
  height: 70px;
  background: #B3262D;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headerCon .nav .navItem {
  height: 100%;
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
.headerCon .nav .navItem .navSelf {
  box-sizing: border-box;
  padding: 0 16px;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.headerCon .nav .navItem .navSelf:hover {
  background: rgba(255, 255, 255, 0.4);
}
.headerCon .nav .navItem .navSelf:hover:after {
  content: '';
  display: block;
  width: calc(100% - 32px);
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 19px;
  left: 50%;
  transform: translateX(-50%);
}
.headerCon .nav .navItem .navAct.navSelf:after {
  content: '';
  display: block;
  width: calc(100% - 32px);
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 19px;
  left: 50%;
  transform: translateX(-50%);
}
.headerCon .swiperCon {
  width: 100%;
}
.headerCon .swiperCon img {
  width: 100%;
}
.headerCon .swiperCon .bannerItem {
  position: relative;
  display: block;
  width: 100%;
}
.headerCon .swiperCon .bannerItem .overImgText {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.headerCon .swiperCon .bannerItem .overImgText .imgTextCon {
  display: flex;
  align-items: center;
  margin: 0px 0 40px;
  padding-top: 100px;
}
.headerCon .swiperCon .bannerItem .overImgText .imgTextCon img {
  width: 680px;
  height: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
.headerCon .swiperCon .bannerItem .overImgText div {
  font-size: 34px;
  color: #ffffff;
}
.headerCon .swiperCon .bannerItem .overImgText .spanCon {
  width: 1200px;
  text-align: center;
}
.headerCon .swiperCon .bannerItem .overImgText .spanCon span {
  width: 45px;
  height: 45px;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  background-color: #BD0C0C;
  border-radius: 50%;
}
.bottom-mode {
  width: 100%;
  height: 140px;
  background: url(/statics/images/shanghui/bottom-bg.png) no-repeat center center;
  background-size: 100% 140px;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
  line-height: 140px;
}
.footer {
  width: 100%;
  padding-top: 40px;
  background: url(/statics/images/shanghui/foot-bg.png) no-repeat center center;
  background-size: 100% 277px;
}
.footer .content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 30px;
}
.footer .content .news .logo {
  width: 180px;
  height: auto;
  display: block;
}
.footer .content .news .concat {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 26px;
  margin: 25px 0;
}
.footer .content .news .list {
  display: flex;
  align-items: center;
}
.footer .content .news .list .type {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
}
.footer .content .news .list .type .icon {
  width: 13px;
  height: auto;
  margin-right: 6px;
}
.footer .content .news .list .type .kakao {
  width: 50px;
  height: auto;
  margin-right: 6px;
}
.footer .content .news .list .type .wechat {
  width: 15px;
  height: auto;
  margin-right: 6px;
}
.footer .content .news .list .type:first-child {
  margin-right: 30px;
}
.footer .content .news .list:nth-of-type(2) {
  margin-top: 9px;
}
.footer .content .news .list:nth-of-type(3) {
  margin-top: 9px;
}
.footer .content .nav-list {
  width: 655px;
  height: 207px;
  position: relative;
}
.footer .content .nav-list .nav {
  display: flex;
  align-items: flex-start;
}
.footer .content .nav-list .nav .title {
  font-size: 16px;
  color: #fff;
  line-height: 36px;
}
.footer .content .nav-list .nav .title a {
  color: #fff;
  text-decoration: none;
}
.footer .content .nav-list .nav .item {
  margin-right: 54px;
  text-align: center;
}
.footer .content .nav-list .nav .item .inner {
  margin-top: 33px;
  display: flex;
  flex-direction: column;
}
.footer .content .nav-list .nav .item .inner a {
  font-size: 14px;
  color: #999999;
  line-height: 32px;
  margin-bottom: 14px;
  text-decoration: none;
}
.footer .content .nav-list .nav .item:last-child {
  margin-right: 0;
}
.footer .content .nav-list .code-mode {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  padding-top: 33px;
}
.footer .content .nav-list .code-mode .code {
  margin-right: 48px;
}
.footer .content .nav-list .code-mode .code .picture {
  width: 100px;
}
.footer .content .nav-list .code-mode .code .explain {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  margin-top: 17px;
  text-align: center;
}
.footer .content .nav-list .code-mode .code:last-child {
  margin-right: 0;
}
.footer .about {
  width: 100%;
  height: 64px;
  border-top: 1px solid #fff;
}
.footer .about .inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  color: #737373;
  line-height: 65px;
}
.ellipsis1 {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ellipsis2 {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ellipsis3 {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.video {
  object-fit: cover;
  border-radius: 13px;
  margin: 0 auto;
  display: block;
}
.video::-webkit-media-controls-loading-spinner {
  display: none !important;
}
.videoMoon {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
}
.showMoon {
  display: flex;
  align-items: center;
}
.hidden_video {
  overflow: hidden;
}
.photo-page {
  padding-top: 99px;
}
.photo-page .top-mode {
  width: 100%;
  height: 678px;
  background: url(/statics/images/shanghui/photo-bg-1.png) no-repeat center center;
  background-size: 100% auto;
  padding-top: 30px;
}
.photo-page .top-mode .address {
  width: 1200px;
  height: 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #676767;
  margin: 0 auto 77px;
}
.photo-page .top-mode .address span {
  color: #BD0C0C;
}
.photo-page .top-mode .address .icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.photo-page .top-mode .top-content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.photo-page .top-mode .top-content .content {
  width: 786px;
}
.photo-page .top-mode .top-content .content .title {
  display: flex;
  align-items: center;
}
.photo-page .top-mode .top-content .content .title .icon {
  width: 50px;
  height: 50px;
  margin-right: 16px;
}
.photo-page .top-mode .top-content .content .title .title {
  width: 225px;
  position: relative;
  z-index: 9;
}
.photo-page .top-mode .top-content .content .title .tag {
  width: 31px;
  margin-top: -26px;
  margin-left: -5px;
}
.photo-page .top-mode .top-content .content .name {
  width: 390px;
  margin: 64px 0 19px;
}
.photo-page .top-mode .top-content .content .des {
  font-size: 18px;
  color: #404040;
  line-height: 36px;
  margin-bottom: 40px;
}
.photo-page .top-mode .top-content .content .explain {
  width: 100%;
  height: 99px;
  background: url(/statics/images/shanghui/photo-top-content-bg.png) no-repeat center center;
  padding: 15px 30px;
  box-sizing: border-box;
  font-size: 18px;
  color: #fff;
  line-height: 34px;
}
.photo-page .top-mode .top-content .photo .picture {
  width: 330px;
}
.photo-page .picture-list {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 75px 0;
}
.photo-page .picture-list .list {
  width: 372px;
}
.photo-page .picture-list .list .picture {
  width: 100%;
  height: 240px;
  display: block;
  object-fit: cover;
}
.photo-page .picture-list .list .title {
  font-size: 18px;
  color: #4A4A4A;
  line-height: 28px;
  margin-top: 18px;
}
.photo-page .center-mode {
  width: 100%;
  height: 710px;
  background: url(/statics/images/shanghui/photo-center-bg.png) no-repeat center center;
  display: flex;
  align-items: center;
}
.photo-page .center-mode .content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.photo-page .center-mode .content .photo {
  width: 540px;
  display: flex;
  flex-wrap: wrap;
}
.photo-page .center-mode .content .photo .big {
  width: 540px;
  margin-bottom: 18px;
}
.photo-page .center-mode .content .photo .small {
  width: 264px;
  height: 176px;
  object-fit: cover;
}
.photo-page .center-mode .content .photo .small:last-child {
  margin-left: 12px;
}
.photo-page .center-mode .content .inner {
  width: 600px;
}
.photo-page .center-mode .content .inner .tags {
  display: flex;
  align-items: center;
}
.photo-page .center-mode .content .inner .tags .icon {
  width: 21px;
  margin-right: 9px;
}
.photo-page .center-mode .content .inner .explain {
  font-size: 18px;
  color: #404040;
  line-height: 41px;
  margin-top: 60px;
}
.photo-page .center-mode .content .inner .explain .red {
  font-size: 30px;
  color: #BD0C0C;
  font-weight: 700;
}
.photo-page .center-mode .content .inner .explain .tag {
  font-weight: 600;
}
.photo-page .hover-list {
  width: 1200px;
  height: 590px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 85px 0;
}
.photo-page .hover-list .list {
  width: 270px;
  position: relative;
  border-radius: 16px;
  transition: all 0.2s;
  cursor: pointer;
}
.photo-page .hover-list .list .picture {
  width: 100%;
  display: block;
  border-radius: 16px 16px 0 0;
}
.photo-page .hover-list .list .explain {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 13px;
  background: rgba(55, 55, 55, 0.7);
  font-size: 16px;
  color: #fff;
  line-height: 23px;
  border-radius: 0 0 16px 16px;
  box-sizing: border-box;
}
.photo-page .hover-list .list:hover {
  width: 330px;
}
.showPlay_icon {
  display: block!important;
}
.bread {
  width: 1200px;
  height: 79px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #555555;
  font-weight: 500;
}
.bread .active {
  color: #BD0C0C;
}
.bread .breadIcon {
  margin-right: 9px;
  width: 15px;
  height: 15px;
}
.bread .jiantou {
  margin: 0 9px;
  width: 12px;
  height: 12px;
}
.speech-page {
  width: 100%;
  padding-top: 145px;
}
.speech-page .speech-content {
  width: 1200px;
  margin: 0 auto;
}
.speech-page .speech-content .title {
  width: 100%;
  height: 76px;
  background: url(/statics/images/shanghui/speech-title.png) no-repeat center center;
  background-size: 100% 76px;
  font-size: 30px;
  color: #fff;
  line-height: 76px;
  text-align: center;
  margin-top: 42px;
}
.speech-page .speech-content .content {
  font-size: 22px;
  line-height: 38px;
  white-space: break-spaces;
  font-family: 'YunfengJinglong', 'Microsoft YaHei', 'SimSun', sans-serif;
}
.speech-page .speech-content .content .picture {
  width: 350px;
  float: right;
  margin: 130px 0 40px 40px;
}
.speech-page .speech-content .content .bottom {
  text-align: right;
}
img {
  object-fit: cover !important;
}
.disabled {
  pointer-events: none;
  /* 禁止鼠标事件 */
  opacity: 0.6;
  /* 可选：视觉上表示禁用 */
  cursor: not-allowed;
  /* 改变鼠标指针样式 */
}
.not-mode {
  width: 100%;
  padding: 220px 0 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.not-mode .icon {
  width: 700px;
}
/* 文章整体 */
#content {
  font-size: 16px !important;
}
/* 文章标题  */
#content h1 {
  font-size: 20px !important;
}
/* 文章内容  */
#content p {
  padding: 5px 0 !important;
  font-size: 16px !important;
  line-height: 30px !important;
  color: #333333 !important;
  text-indent: 2em !important;
}
/* 文章内容  */
#content p span {
  padding: 5px 0 !important;
  font-size: 16px;
  line-height: 30px !important;
  color: #333333 !important;
  text-indent: 2em !important;
}
/* 文章图片  */
#content p img,
#content img {
  width: 600px;
  display: block !important;
  margin: 0 auto !important;
  height: auto !important;
}
/* 文章小标题 */
#content h3 {
  font-size: 18px !important;
  font-weight: bold !important;
  padding: 6px !important;
  text-align: left !important;
}
/* 文章内表格文字  */
#content table p {
  text-indent: 0 !important;
}
.selectTdClass {
  background-color: #edf5fa !important;
}
/* 文章表格  */
#content table {
  margin-bottom: 10px !important;
  border-collapse: collapse !important;
  display: table !important;
}
/* 文章表格行列  */
#content td,
#content th {
  padding: 5px 10px !important;
  border: 1px solid #DDD !important;
}
.not-page {
  width: 100%;
  padding-bottom: 100px;
  background: #fff;
}
.not-page .header {
  width: 100%;
  height: 100px;
  background: url(/statics/images/shanghui/no-header.png) no-repeat left top;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #B3262D;
  font-weight: bold;
  margin-bottom: 150px;
}
.not-page .header .icon {
  width: 42px;
  margin-right: 20px;
}
.not-page .no-mode {
  width: 500px;
  margin: 0 auto;
  position: relative;
}
.not-page .no-mode .picture {
  width: 100%;
}
.not-page .no-mode .explain {
  width: 100%;
  font-size: 24px;
  color: #727272;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 0;
}
.footerCon {
  min-width: 1200px;
  height: 168px;
  background-image: url(/statics/images/shanghui/footBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  padding: 50px 0;
}
.footerCon .footerMain {
  width: 1200px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: space-around;
}
.footerCon .footerMain .clubImg {
  width: 121px;
  flex-grow: 0;
  flex-shrink: 0;
}
.footerCon .footerMain .clubInfo {
  margin-left: 63px;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footerCon .footerMain .clubInfo .navs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerCon .footerMain .clubInfo .navs .navItems {
  font-size: 14px;
  font-weight: 350;
  color: #FFFFFF;
}
.footerCon .footerMain .clubInfo .navs .line {
  width: 0;
  height: 10px;
  border-right: 1px solid #FFFFFF;
}
.footerCon .footerMain .clubInfo .clubInfos {
  display: flex;
  position: relative;
  align-items: center;
  gap: 60px;
}
.footerCon .footerMain .clubInfo .clubInfos .infoBlock {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 16px;
  color: #FFFFFF;
}
.footerCon .footerMain .clubInfo .clubInfos .infoBlock img {
  width: 18px;
  height: 18px;
  flex-grow: 0;
  flex-shrink: 0;
}
.footerCon .footerMain .clubInfo .clubInfos .infoBlock .name {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}
.footerCon .footerMain .clubInfo .clubInfos .infoBlock .info {
  font-size: 16px;
  font-weight: 350;
  color: #FFFFFF !important;
}
.footerCon .footerMain .clubInfo .clubInfos .infoBlock .info .tell {
  color: #fff !important;
}
.footerCon .footerMain .clubInfo .clubInfos .poiItem {
  position: absolute;
  white-space: nowrap;
  left: 85%;
}
