@font-face {
  font-family: 'YunfengJinglong';
  src: url('/statics/font/yunfengjinglongxingshu.ttf') format('truetype');
}
.indexContainer {
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.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 10px;
  width: 100%;
  height: 535px;
}
.indexContainer .memberStyle .memberStyleItem .memberCardList .listItem {
  width: 380px;
  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.webp) 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: 760px;
  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: url(/statics/images/shanghui/activ-detail-bg.png) no-repeat center center;
  background: 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(100% - 760);
  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;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.indexContainer .activ-mode .activ-content .cotent .activ-detail .detail {
  font-size: 18px;
  color: #fff;
  white-space: pre-line;
  line-height: 34px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.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%;
  min-width: 1200px;
  height: auto;
  position: relative;
}
.headerCon .nav {
  width: 100%;
  height: 98px;
  font-size: 18px;
  color: #fff;
  position: fixed;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid #ffffff;
  display: flex;
  background: transparent;
  overflow: hidden;
}
.headerCon .nav .leftBg {
  width: 39.5%;
  height: 100%;
}
@media (max-width: 1513px) {
  .headerCon .nav .leftBg {
    width: 30%;
    height: 100%;
  }
}
.headerCon .nav .webIconBg {
  background-image: url('/statics/images/shanghui/navLeft.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
.headerCon .nav .headMainBlock {
  width: 1200px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  font-size: 18px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.headerCon .nav .headMainBlock .webIcon {
  height: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.headerCon .nav .headMainBlock .webIcon img {
  width: 195px;
}
.headerCon .nav .headMainBlock .navListItem {
  height: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.headerCon .nav .headMainBlock .navListItem .listItem {
  width: 801px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerCon .nav .headMainBlock .navListItem .listItem a {
  height: 100%;
  display: inline-block;
  line-height: 98px;
  color: #fff;
  font-weight: 200;
}
.headerCon .nav .headMainBlock .navListItem .listItem a:hover {
  color: #DC1D1D;
  font-weight: 600;
  box-shadow: inset 0 -4px 0 #DC1D1D;
}
.headerCon .nav .headMainBlock .navListItem .listItem .active {
  color: #DC1D1D;
  font-weight: 600;
  box-shadow: inset 0 -4px 0 #DC1D1D;
}
.headerCon .navBg {
  background-image: url('/statics/images/shanghui/navRight.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.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;
  padding-top: 100px;
}
.headerCon .swiperCon .bannerItem .overImgText .imgTextCon img {
  width: 650px;
  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;
  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 img,
#content img {
  width: 80%;
  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;
}
