.banner-swiper .swiper-slide {
  position: relative;
}
.banner-swiper .swiper-pagination {
  bottom: 5%;
}
.banner-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0.5;
  margin: 0 8px !important;
}
.banner-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.banner-swiper .cur {
  animation: banner 4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
}
.main1-swiper {
  width: 50%;
  margin: 0;
}
.main1-swiper .swiper-slide {
  position: relative;
}
.main1-swiper .img {
  height: 100%;
}
.main1-swiper .img img {
  height: 100%;
  object-fit: cover;
}
.main1-swiper .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
}
.main1-swiper .txt::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/index-shadow.png) repeat-x center;
  background-size: cover;
}
.main1-swiper p {
  position: absolute;
  left: 2.8%;
  bottom: 34px;
  width: 79%;
  color: #fff;
  line-height: 1.1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main1-swiper .swiper-pagination {
  width: auto;
  right: 2.8%;
  left: auto;
  bottom: 34px;
}
.main1-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 0.5;
}
.main1-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.main1-wrap {
  width: 49.27%;
  margin-left: 0.73%;
  background-color: #fff;
}
.main1-tab {
  position: relative;
  height: 60px;
  border-bottom: 1px solid #E2E2E2;
}
.main1-tab li {
  position: relative;
  width: 19.62%;
  height: 100%;
  line-height: 60px;
  cursor: pointer;
}
.main1-tab li::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent;
}
.main1-tab li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: #999;
}
.main1-tab li.active {
  background-color: #CB141D;
  color: #fff;
}
.main1-tab li.active::before {
  border-color: #CB141D transparent transparent transparent;
}
.main1-tab .more {
  position: absolute;
  right: 4.5%;
  top: 50%;
  transform: translateY(-50%);
  color: #707070;
}
.main1-tab .more:hover {
  color: #CB141D;
}
.main1-items {
  padding: 43px 5.82% 45px 7.31%;
}
.main1-item {
  display: none;
}
.main1-item .item:not(:last-of-type) {
  margin-bottom: 26px;
}
.main1-item .item-t {
  position: relative;
  display: block;
}
.main1-item .item-t::before {
  content: '';
  position: absolute;
  left: -27px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #999999;
}
.main1-item .item-t p {
  width: 61%;
  line-height: 1.1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main1-item .item-t .date {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
}
.main1-item .item-b {
  display: none;
  margin-top: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.main1-item .item-b * {
  color: #666;
}
.main1-item .item-b .des {
  line-height: 1.6;
  margin-bottom: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main1-item .item.cur .item-t p,
.main1-item .item.cur .item-t span {
  color: #CB141D;
}
.main1-item .item.cur .item-t::before {
  background-color: #CB141D;
}
.main1-item .item.cur .item-b .more {
  color: #CB141D;
}
.main1-item.selected {
  display: block;
}
.main2-item {
  width: 24.67%;
  background-color: #fff;
}
.main2-item .main2-t {
  position: relative;
  height: 70px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  padding-left: 20px;
  margin-bottom: 28px;
}
.main2-item .main2-t .main2-l {
  height: 100%;
}
.main2-item .main2-t .main2-l h4 {
  margin-left: 10px;
}
.main2-item .main2-t .main-r {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.main2-item .main2-t .main-r .more:hover {
  color: #CB141D;
}
.main2-item .main2-t .main-r li {
  position: relative;
  height: 70px;
  line-height: 70px;
  color: #707070;
  cursor: pointer;
}
.main2-item .main2-t .main-r li:not(:last-of-type) {
  margin-right: 31px;
}
.main2-item .main2-t .main-r li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background-color: #CB141D;
}
.main2-item .main2-t .main-r li.active {
  color: #CB141D;
}
.main2-item .main2-t .main-r li.active::after {
  width: 100%;
}
.main2-item .items {
  padding: 0 5.4% 28px;
}
.main2-item .item {
  position: relative;
  display: block;
  padding-left: 16px;
}
.main2-item .item:not(:last-of-type) {
  margin-bottom: 25px;
}
.main2-item .item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #999999;
  transition: all 0.5s ease;
}
.main2-item .item p {
  line-height: 1.1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main2-item .item:hover::before {
  background-color: #CB141D;
}
.main2-item .item:hover p {
  color: #CB141D;
}
.main2-item .main2-swiper .img {
  position: relative;
  overflow: hidden;
}
.main2-item .main2-swiper .img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.main2-item .main2-swiper p {
  width: 72%;
  padding-top: 27px;
  line-height: 1.1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main2-item .main2-swiper .swiper-slide {
  background-color: #fff;
}
.main2-item .main2-swiper .swiper-pagination {
  width: auto;
  left: auto;
  right: 0;
  bottom: 0;
}
.main2-item .main2-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ddd;
  opacity: 1;
}
.main2-item .main2-swiper .swiper-pagination-bullet-active {
  background-color: #CB141D;
}
.main2-item .main2-swiper .swiper-slide.cur img {
  animation: banner 4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
}
.main2-item .cul-video .img {
  cursor: pointer;
}
.incul-wrap {
  padding: 0 5.4% 31px;
}
.inCulture-swiper {
  display: none;
}
.inCulture-swiper .img {
  padding-bottom: 84.76%;
}
.inCulture-swiper.selected {
  display: block;
}
.in-video {
  width: 24%;
}
.in-video .img {
  padding-bottom: 87.5%;
  cursor: pointer;
}
.in-video .img .icon {
  width: 51px;
  height: 51px;
  background: rgba(255, 255, 255, 0.36);
  border-radius: 50%;
}
.in-video .img .icon i {
  color: #fff;
}
.in-video .main3-swiper {
  padding: 0 5.5% 31px;
}
.in-hr .main2-t {
  margin-bottom: 0;
}
.in-hr .img {
  margin-bottom: 27px;
}
.group .intro {
  margin-top: 39px;
}
.group .intro * {
  font-size: inherit;
  line-height: 1.7;
}
.group .intro em {
  font-style: italic;
}
.group .intro em * {
  font-style: italic;
}
.group .intro strong {
  font-weight: bold;
}
.group .intro strong * {
  font-weight: bold;
}
.group .intro img {
  display: inline;
  width: auto;
  max-width: 100% !important;
  height: auto !important;
}
.honor {
  position: relative;
}
.honor .year-swiper {
  position: absolute;
  right: 0;
  top: -30px;
  width: 260px;
  height: 295px;
}
.honor .year-swiper .swiper-slide {
  position: relative;
  padding-right: 49.68%;
  cursor: pointer;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.honor .year-swiper .swiper-slide::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 15%;
  height: 1px;
  background-color: #999;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.honor .year-swiper * {
  font-size: 40px;
  font-family: Arial;
  color: rgba(51, 51, 51, 0.11);
}
.honor .year-swiper .active {
  font-size: 60px;
  color: #CB141D;
}
.honor .year-swiper .active::before {
  width: 38.5%;
  background-color: #CB141D;
}
.honor .honor-top {
  padding-right: 25.5%;
}
.honor .honor-t {
  margin-top: 95px;
  padding-bottom: 95px;
}
.honor .honor-t .img {
  width: 48%;
}
.honor .honor-t .txt {
  position: relative;
  width: 38.1%;
  margin-left: 13.9%;
}
.honor .honor-t .yh {
  position: absolute;
  left: 0;
  top: -32px;
  font-family: Arial;
  font-size: 251px;
  line-height: 1;
  color: rgba(51, 51, 51, 0.05);
}
.honor .honor-t .p1 {
  color: #666;
}
.honor .honor-t .p2 {
  font-size: 24px;
  color: #CB141D;
}
.honor .honor-bot {
  position: relative;
  background-color: #F7F7F7;
  padding-top: 68px;
  padding-bottom: 68px;
}
.honor .honor-bot .honor-b {
  width: 73.8%;
}
.honor .honor-bot .swiper-button-next,
.honor .honor-bot .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.15);
}
.honor .honor-bot .swiper-button-next::after,
.honor .honor-bot .swiper-button-prev::after {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.honor .honor-bot .swiper-button-next:hover,
.honor .honor-bot .swiper-button-prev:hover {
  background-color: #CB141D;
}
.honor .honor-bot .swiper-button-prev {
  left: 3.1%;
}
.honor .honor-bot .swiper-button-next {
  right: 3.1%;
}
.leader-wrap {
  padding-bottom: 197px;
}
.leader-wrap .leader {
  width: 100%;
}
.leader-wrap .intro {
  margin-top: 40px;
}
.leader-wrap .intro * {
  font-size: inherit;
  line-height: 1.7;
}
.leader-wrap .intro em {
  font-style: italic;
}
.leader-wrap .intro em * {
  font-style: italic;
}
.leader-wrap .intro strong {
  font-weight: bold;
}
.leader-wrap .intro strong * {
  font-weight: bold;
}
.leader-wrap .intro img {
  display: inline;
  width: auto;
  max-width: 100% !important;
  height: auto !important;
}
.leader-wrap .img {
  display: none;
}
.jg {
  padding-bottom: 111px;
}
.jg .img img {
  display: inline;
  width: auto;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
.member-wrap .paging {
  margin-top: 75px;
}
.member-item {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}
.member-item:not(:first-of-type) {
  padding-top: 40px;
}
.member-item .pic {
  width: 25.9%;
}
.member-item .img {
  position: relative;
  padding-bottom: 56.14%;
  overflow: hidden;
}
.member-item .img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.member-item .txt {
  width: 69.1%;
  margin-left: 5%;
}
.member-item h3 {
  margin-bottom: 19px;
}
.member-item .intro {
  max-height: 45px;
  color: #666;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.member-item .intro * {
  color: #666;
  line-height: 1.6;
}
.member-item .intro em {
  font-style: italic;
}
.member-item .intro em * {
  font-style: italic;
}
.member-item .intro strong {
  font-weight: bold;
}
.member-item .intro strong * {
  font-weight: bold;
}
.member-item .more {
  display: block;
  width: 118px;
  height: 36px;
  line-height: 36px;
  color: #707070;
  border: 1px solid #999;
  margin-top: 20px;
}
.member-item:hover img {
  transform: scale(1.04);
}
.member-item:hover .more {
  border-color: #CB141D;
  background-color: #CB141D;
  color: #fff;
}
.groupNews .filter,
.policy-wrap .filter {
  width: 40.8%;
}
.groupNews .filter .filter-item,
.policy-wrap .filter .filter-item {
  position: relative;
  width: 80%;
  display: inline-block;
}
.groupNews .filter .filter-item::before,
.policy-wrap .filter .filter-item::before {
  content: '\e656';
  position: absolute;
  right: 6.4%;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #666;
  z-index: 2;
}
.groupNews .filter select,
.policy-wrap .filter select {
  position: relative;
  width: 100%;
  height: 50px;
  background-color: #F5F5F5;
  padding: 0 6.4%;
  color: #666;
}
.groupNews .filter select::placeholder,
.policy-wrap .filter select::placeholder {
  color: #666;
}
.groupNews .filter .btn,
.policy-wrap .filter .btn {
  width: 20%;
  height: 50px;
  border: 0;
  outline: none;
  background-color: #CB141D;
  color: #fff;
  cursor: pointer;
  float: right;
}
.groupNews .group-tit,
.policy-wrap .group-tit {
  margin-bottom: 45px;
}
.policy-item {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}
.policy-item:not(:first-of-type) {
  padding-top: 40px;
}
.policy-item .date {
  width: 100px;
  height: 100px;
  background-color: #F5F5F5;
}
.policy-item .date * {
  color: #666;
  font-family: 'Arial';
  line-height: 1;
}
.policy-item .date .day {
  font-size: 50px;
  margin-bottom: 3px;
}
.policy-item h3 {
  margin-bottom: 19px;
  line-height: 1.1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.policy-item p {
  color: #666;
  line-height: 1.7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.policy-item .txt {
  width: 80.5%;
  margin-left: calc(19.5% - 100px);
}
.policy-item:hover .date {
  background-color: #CB141D;
}
.policy-item:hover .date * {
  color: #fff;
}
.video-items {
  margin-bottom: 26px;
}
.video-item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 58px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  cursor: pointer;
}
.video-item:nth-of-type(3n) {
  margin-right: 0;
}
.video-item .img {
  position: relative;
  padding-bottom: 66.67%;
  overflow: hidden;
}
.video-item .img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.video-item .img .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.21);
}
.video-item .img .icon i {
  color: #fff;
}
.video-item p {
  margin-top: 18px;
  padding-bottom: 22px;
  line-height: 1.1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.video-item:hover img {
  transform: scale(1.04);
}
.groupNew {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}
.groupNew:not(:first-of-type) {
  padding-top: 50px;
}
.groupNew .date {
  margin-bottom: 20px;
}
.groupNew .date * {
  font-size: 16px;
  color: #999;
}
.groupNew .date i {
  margin-right: 15px;
}
.groupNew .name {
  width: 100%;
  display: inline-block;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.groupNew p {
  color: #666;
  line-height: 1.7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.groupNew .more {
  display: block;
  width: 118px;
  height: 36px;
  line-height: 36px;
  color: #707070;
  border: 1px solid #999;
  margin-top: 37px;
}
.groupNew:hover .date * {
  color: #CB141D;
}
.groupNew:hover .name {
  color: #CB141D;
}
.groupNew:hover .more {
  border-color: #CB141D;
  background-color: #CB141D;
  color: #fff;
}
.hasPic .pic {
  width: 31.82%;
  overflow: hidden;
}
.hasPic .img {
  position: relative;
  padding-bottom: 57.1%;
}
.hasPic .img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.hasPic .txt {
  width: 61.5%;
  margin-left: 6.68%;
}
.hasPic:hover img {
  transform: scale(1.04);
}
.infoList .title {
  font-size: 30px;
  color: #000;
  padding-top: 118px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  margin-bottom: 42px;
}
.infoList .info * {
  font-family: "Microsoft Yahei", "微软雅黑" !important;
  font-size: 16px !important;
  color: #666;
  line-height: 1.7;
}
.infoList .info em {
  font-style: italic;
}
.infoList .info em * {
  font-style: italic;
}
.infoList .info strong {
  font-weight: bold;
}
.infoList .info strong * {
  font-weight: bold;
}
.infoList .info img {
  display: inline;
  width: auto;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
.infoList1 .main-c {
  box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.16);
}
.infoList1 .infoList-wrap {
  width: 74.67%;
  background-color: #fff;
  padding-left: 3.86%;
  padding-right: 4.1%;
  padding-bottom: 143px;
}
.infoList1 .recommend {
  margin-left: 3%;
  margin-right: 2.73%;
  width: 19.6%;
}
.infoList1 .recommend h3 {
  margin-top: 110px;
}
.infoList1 .recommend .item {
  position: relative;
  display: block;
  line-height: 1.1;
  color: #666;
  margin-bottom: 30px;
  padding-left: 17px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.infoList1 .recommend .item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 25px;
  background: #DEDEDE;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.infoList1 .recommend .item:hover {
  color: #CB141D;
}
.infoList1 .recommend .item:hover::before {
  background-color: #CB141D;
}
.infoList2 {
  background-color: #fff;
  padding-left: 2%;
  padding-right: 2%;
}
.infoList2 .info {
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}
.infoList2 .page {
  position: relative;
}
.infoList2 .page a:hover {
  color: #CB141D;
}
.infoList2 .page .chapter {
  display: inline-block;
  width: 41%;
  line-height: 1.1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.djpp {
  padding-bottom: 120px;
}
.com-tit {
  padding-bottom: 14px;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 20px;
}
.com-tit h3 {
  position: relative;
  color: #454546;
  padding-left: 13px;
}
.com-tit h3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 20px;
  background: #CB141D;
}
.com-tit .more {
  color: #9B9B9B;
}
.com-tit .more:hover {
  color: #CB141D;
}
.dj1-iyems {
  padding-bottom: 31px;
  border-bottom: 6px solid #F5F5F5;
  margin-bottom: 51px;
  margin-top: 27px;
}
.dj1-iyems .dj1-iyem {
  position: relative;
  width: 49.1%;
  overflow: hidden;
}
.dj1-iyems .dj1-iyem * {
  line-height: 1;
}
.dj1-iyems .dj1-iyem .txt {
  width: 100%;
}
.dj1-iyems .dj1-iyem h3 {
  font-size: 28px;
}
.dj1-iyems .dj1-iyem p {
  color: #707070;
  margin: 19px 0 39px;
}
.dj1-iyems .dj1-iyem .more {
  display: block;
  width: 118px;
  height: 36px;
  line-height: 36px;
  color: #707070;
  border: 1px solid #707070;
  box-sizing: border-box;
  margin: 0 auto;
}
.dj1-iyems .dj1-iyem:hover img {
  transform: scale(1.04);
}
.dj1-iyems .dj1-iyem:hover .more {
  color: #fff;
  background-color: #CB141D;
  border-color: #CB141D;
}
.dj-wraps {
  margin-top: 40px;
}
.dj-wrap {
  width: 31.3%;
}
.dj-wrap .item {
  position: relative;
  display: block;
  line-height: 1.1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 16px;
}
.dj-wrap .item:not(:last-of-type) {
  margin-bottom: 22px;
}
.dj-wrap .item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #CCC;
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.dj-wrap .item:hover {
  color: #CB141D;
}
.dj-wrap .item:hover::before {
  background-color: #CB141D;
}
.dj-wrap2 {
  width: 30%;
}
.djsp1 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.djsp1 .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.21);
}
.djsp1 .icon i {
  color: #fff;
}
.djsp1 .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.21);
}
.djsp1 .txt p {
  width: 90%;
  color: #fff;
  line-height: 40px;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.djsp1:hover img {
  transform: scale(1.04);
}
.dj-wraps2 {
  margin-bottom: 71px;
}
.wrap2-item1 {
  width: 50.9%;
}
.dj-swiper .swiper-slide {
  position: relative;
  background-color: #fff;
}
.dj-swiper .img {
  position: relative;
  padding-bottom: 54.5%;
  overflow: hidden;
}
.dj-swiper .img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.dj-swiper .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 62px;
  background-color: rgba(0, 0, 0, 0.21);
}
.dj-swiper .txt a {
  display: block;
  color: #fff;
  padding: 0 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dj-swiper .pagi {
  position: absolute;
  right: 9px;
  height: 21px;
}
.dj-swiper .pagi * {
  color: #fff;
}
.dj-swiper .swiper-button-next,
.dj-swiper .swiper-button-prev {
  width: auto;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  z-index: 2;
}
.dj-swiper .swiper-button-next::after,
.dj-swiper .swiper-button-prev::after {
  font-size: 14px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.dj-swiper .swiper-button-next:hover::after,
.dj-swiper .swiper-button-prev:hover::after {
  color: #CB141D;
}
.dj-swiper .swiper-button-prev {
  left: 0;
}
.dj-swiper .swiper-button-next {
  right: 0;
}
.dj-swiper .swiper-pagination {
  position: absolute;
  left: 50%;
  top: 38%;
  transform: translate(-50%, -50%);
  height: 21px;
  z-index: 1;
}
.dj-swiper .cur img {
  animation: banner 4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
}
.dj-swiper1 .img {
  padding-bottom: 54.5%;
}
.dj-swiper1 .txt {
  height: 62px;
}
.dj-swiper1 .txt a {
  line-height: 62px;
}
.dj-swiper1 .pagi {
  width: 68px;
  bottom: 20px;
}
.dj-swiper2 .img {
  padding-bottom: 79.1%;
}
.dj-swiper2 .txt {
  height: 40px;
}
.dj-swiper2 .txt a {
  line-height: 40px;
}
.dj-swiper2 .pagi {
  width: 51px;
  bottom: 10px;
}
.wrap2-item2 {
  width: 45.82%;
}
.wrap2-item2 .item {
  position: relative;
  display: block;
  padding-left: 16px;
}
.wrap2-item2 .item:not(:last-of-type) {
  margin-bottom: 24px;
}
.wrap2-item2 .item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #CCC;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.wrap2-item2 .item p {
  width: 65%;
  line-height: 1.1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wrap2-item2 .item .date {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #B7B7B7;
}
.wrap2-item2 .item:hover::before {
  background-color: #CB141D;
}
.wrap2-item2 .item:hover * {
  color: #CB141D;
}
.als {
  width: 100%;
}
.als .item {
  width: 45.82%;
  margin-right: 8.36%;
  margin-bottom: 24px;
}
.als .item:nth-of-type(2n) {
  margin-right: 0;
}
.dj-wraps3 .item {
  width: 18.2%;
  margin-right: 2.25%;
  cursor: pointer;
}
.dj-wraps3 .item:nth-of-type(5n) {
  margin-right: 0;
}
.dj-wraps3 .item .img {
  position: relative;
  padding-bottom: 65%;
  overflow: hidden;
}
.dj-wraps3 .item .img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.dj-wraps3 .item p {
  line-height: 1.1;
  margin-top: 20px;
  color: #686868;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dj-wraps3 .item:hover img {
  transform: scale(1.04);
}
.dj-wraps3 .item:hover p {
  color: #CB141D;
}
.idea .idea-item {
  position: relative;
  height: 408px;
  flex: 1;
}
.idea .idea-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.idea .idea-item .img {
  height: 100%;
}
.idea .idea-item .img img {
  height: 100%;
  object-fit: cover;
}
.idea .txt {
  position: absolute;
  bottom: 25%;
}
.idea .txt1 {
  height: 42.2%;
}
.idea .txt1 * {
  writing-mode: vertical-lr;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 auto;
}
.idea .txt1 .p1 {
  font-size: 24px;
}
.idea .txt1 .p2 {
  text-transform: capitalize;
}
.idea .txt2 {
  left: 2%;
  opacity: 0;
}
.idea .txt2 * {
  color: #fff;
}
.idea .txt2 h3 {
  font-size: 46px;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 21px;
}
.idea .txt2 .en {
  margin-top: 64px;
  text-transform: capitalize;
}
.idea .cur {
  flex: 5.3;
}
.idea .cur::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
}
.idea .cur .txt1 {
  opacity: 0;
}
.idea .cur .txt2 {
  left: 9%;
  opacity: 1;
}
.element .element-items {
  margin-top: 64px;
}
.element .element-item {
  width: calc(100% / 3);
  margin-bottom: 43px;
}
.element .element-item .icon {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.element .element-item .icon i {
  font-size: 41px;
  color: #CB141D;
}
.element .element-item .txt {
  width: calc(100% - 101px);
  margin-left: 11px;
}
.element .element-item:hover .icon {
  border-color: #CB141D;
  background-color: #CB141D;
}
.element .element-item:hover .icon i {
  color: #fff;
}
.story .story-item:not(:last-of-type) {
  margin-bottom: 36px;
}
.story .story-item .pic {
  width: 50.1%;
}
.story .story-item .img {
  position: relative;
  padding-bottom: 59.9%;
  overflow: hidden;
}
.story .story-item .img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.story .story-item .txt {
  width: 49.9%;
  padding: 0 4.91%;
}
.story .story-item .txt .tit {
  position: relative;
}
.story .story-item .txt .tit::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -28px;
  width: 30px;
  height: 3px;
  background: #CCC;
}
.story .story-item .txt .tit::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -28px;
  width: 0;
  height: 3px;
  background: #CB141D;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.story .story-item .txt h3 {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 56px;
  line-height: 1.1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.story .story-item .txt p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.story .story-item .txt .more {
  color: #707070;
}
.story .story-item:hover img {
  transform: scale(1.04);
}
.story .story-item:hover .tit::after {
  width: 30px;
}
.story .story-item:hover h3 {
  color: #CB141D;
}
.story .story-item:hover .more {
  color: #CB141D;
}
.story .paging {
  margin-top: 65px;
}
.style-swiper .swiper-slide {
  position: relative;
  width: 50.5%;
  transform: scale(0.8);
}
.style-swiper .swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 130px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 100%);
  border-radius: 0px 0px 0px 0px;
  z-index: 1;
}
.style-swiper .swiper-slide .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-left: 5.6%;
  padding-right: 4.7%;
  opacity: 0;
  z-index: 2;
}
.style-swiper .swiper-slide .txt * {
  color: #fff;
}
.style-swiper .swiper-slide .txt .date {
  font-size: 12px;
}
.style-swiper .swiper-slide-active {
  transform: scale(1);
}
.style-swiper .swiper-slide-active .txt {
  opacity: 1;
  bottom: 16px;
}
.style-swiper .swiper-button-next,
.style-swiper .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.15);
}
.style-swiper .swiper-button-next::after,
.style-swiper .swiper-button-prev::after {
  font-size: 20px;
  color: #fff;
}
.style-swiper .swiper-button-next:hover,
.style-swiper .swiper-button-prev:hover {
  background-color: #CB141D;
}
.style-items {
  margin-bottom: 28px;
}
.tender-item .name {
  width: 58%;
  padding-left: 3.6%;
}
.tender-item .place,
.tender-item .style,
.tender-item .deadline {
  width: 14%;
}
.tender-tit {
  height: 60px;
  background-color: #F5F5F5;
}
.tender-tit * {
  font-weight: bold;
}
.tender-tit .jt span {
  position: relative;
}
.tender-tit .jt span::after {
  content: '';
  position: absolute;
  right: -26px;
  top: 65%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: #707070 transparent transparent transparent;
}
.tender-info .item {
  padding-top: 23px;
  padding-bottom: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px dashed rgba(112, 112, 112, 0.3);
}
.tender-info * {
  color: #666;
}
.tender-info:hover * {
  color: #CB141D;
}
.hrsq-item {
  position: relative;
  display: block;
  padding: 30px 0 30px 20px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}
.hrsq-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #CCC;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.hrsq-item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #CB141D;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.hrsq-item p {
  width: 70%;
  font-weight: bold;
  line-height: 1.1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hrsq-item:hover::before {
  background-color: #CB141D;
}
.hrsq-item:hover::after {
  width: 100%;
}
.hrsq-item:hover * {
  color: #CB141D !important;
}
.hr-item .date {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}
.hr-item .date i {
  color: #999;
  margin-right: 15px;
}
.study-items {
  margin-bottom: 50px;
}
.study-item .item {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.study-item .item * {
  color: #666;
}
.study-item .item i {
  font-size: 22px;
  margin-right: 5px;
}
.jyxc-link {
  position: relative;
  top: -80px;
}
.jyxc-form .form-item {
  position: relative;
  width: 31.5%;
}
.jyxc-form .form-item::before {
  content: '*';
  position: absolute;
  right: 4.3%;
  top: 50%;
  transform: translateY(-50%);
  color: #CB141D;
}
.jyxc-form .form-item input {
  width: 100%;
  height: 50px;
  border: 1px solid #ccc;
  padding: 0 9.5%;
  color: #666;
  box-sizing: border-box;
  border-radius: 0;
}
.jyxc-form .form-item input::placeholder {
  color: #666;
}
.jyxc-form .form-item input:-webkit-input-placeholder {
  color: #666;
}
.jyxc-form .form-item input:-moz-placeholder {
  color: #666;
}
.jyxc-form .form-item input::-moz-placeholder {
  color: #666;
}
.jyxc-form .form-item input:-ms-input-placeholder {
  color: #666;
}
.jyxc-form textarea {
  width: 100%;
  border: 1px solid #ccc;
  height: 204px;
  padding: 18px 3%;
  margin-top: 25px;
  box-sizing: border-box;
  resize: none;
  border-radius: 0;
}
.jyxc-form textarea::placeholder {
  color: #666;
}
.jyxc-form textarea:-webkit-input-placeholder {
  color: #666;
}
.jyxc-form textarea:-moz-placeholder {
  color: #666;
}
.jyxc-form textarea::-moz-placeholder {
  color: #666;
}
.jyxc-form textarea:-ms-input-placeholder {
  color: #666;
}
.jyxc-form .btn {
  display: block;
  width: 185px;
  height: 50px;
  color: #fff;
  background: #CB141D;
  margin: 0 auto;
  border: 0;
  outline: none;
  cursor: pointer;
}
.survey {
  position: relative;
}
.survey .survey-mask {
  width: 100%;
  height: 100%;
}
.survey .survey-item .img {
  width: 226px;
  margin: 0 auto;
}
.survey .survey-item p {
  margin-top: 34px;
}
.search-wrap {
  margin-top: 60px;
  margin-bottom: 100px;
}
