@charset "UTF-8";
/**
 * 产业供应链平台研发项目-新点e交易2023——江苏嘉丰工程咨询有限公司页面
 * date: 2024-7-26
 * author: xhz;
 */
body {
  background: #fff;
}

.galaxy {
  height: 400px;
  display: block;
  background: url(../images/home/galaxy.jpg) no-repeat center;
}
.galaxy .galaxy-content {
  height: 100%;
  position: relative;
  z-index: 10;
}
.galaxy .galaxy-content .inner {
  height: 100%;
  position: relative;
  transform: rotateX(-8deg);
  transform-style: preserve-3d;
  perspective: 3000px;
}
.galaxy .galaxy-content .mid-point {
  width: 164px;
  height: 142px;
  background: url(../images/home/galaxy-center.png) no-repeat center;
  position: absolute;
  z-index: 10;
  top: 140px;
  left: 450px;
  margin: -71px 0 0 -82px;
}
.galaxy .galaxy-content .mid-point p {
  position: absolute;
  font-size: 28px;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  white-space: nowrap;
}
.galaxy .galaxy-content .item {
  top: 200px;
  left: 560px;
  position: absolute;
  transform-style: preserve-3d;
}
.galaxy .galaxy-content .item > a {
  display: block;
  height: 100%;
}
.galaxy .galaxy-content .item p {
  position: absolute;
  white-space: nowrap;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
.galaxy .galaxy-content .item:hover {
  opacity: 1 !important;
}
.galaxy .galaxy-content .item:hover ul {
  display: block;
}
.galaxy .galaxy-content .item ul {
  display: none;
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  background: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  color: #fff;
  min-width: 84px;
  padding: 6px;
}
.galaxy .galaxy-content .item ul a {
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 4px;
  white-space: nowrap;
}
.galaxy .galaxy-content .item ul a:hover {
  background: rgba(0, 148, 255, 0.3);
}
.galaxy .galaxy-content .zbcg {
  width: 120px;
  height: 62px;
  margin: -30px 0 0 -60px;
  background: url(../images/home/galaxy1.png) no-repeat center;
}
.galaxy .galaxy-content .tzgg {
  width: 46px;
  height: 45px;
  margin: -22px 0 0 -23px;
  background: url(../images/home/galaxy2.png) no-repeat center;
}
.galaxy .galaxy-content .sy {
  width: 56px;
  height: 55px;
  margin: -27px 0 0 -28px;
  background: url(../images/home/galaxy3.png) no-repeat center;
}
.galaxy .galaxy-content .xwzx {
  width: 114px;
  height: 62px;
  margin: -30px 0 0 -57px;
  background: url(../images/home/galaxy4.png) no-repeat center;
}
.galaxy .galaxy-content .bszn {
  width: 53px;
  height: 52px;
  margin: -26px 0 0 -26px;
  background: url(../images/home/galaxy5.png) no-repeat center;
}
.galaxy .galaxy-content .gywm {
  width: 124px;
  height: 72px;
  margin: -36px 0 0 -62px;
  background: url(../images/home/galaxy6.png) no-repeat center;
}
.galaxy .galaxy-content .jrwm {
  width: 45px;
  height: 46px;
  margin: -23px 0 0 -23px;
  background: url(../images/home/galaxy7.png) no-repeat center;
}

.notice {
  height: 62px;
  background: #b2363a;
  display: flex;
}
.notice .icon {
  height: 100%;
  width: 107px;
  background: url("../images/home/notice-icon.png") no-repeat left center;
  position: relative;
}
.notice .notice-list {
  margin-left: 20px;
  height: 62px !important;
  width: calc(100% - 200px);
  white-space: nowrap;
}
.notice .notice-list p {
  display: inline-block;
  width: 950px;
  height: 62px;
  line-height: 62px;
  margin-right: 20px;
  color: #fff;
  padding-left: 20px;
  font-size: 16px;
  background: url(../images/home/notice-li.png) no-repeat left center;
}
.notice .notice-list p a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.notice .notice-list p a .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 800px;
}
.notice .more {
  color: #f5cf76;
  padding-right: 20px;
  font-size: 16px;
  background: url("../images/home/more.png") no-repeat right center;
}

.mod {
  padding-top: 40px;
}
.mod .mod-title {
  font-size: 32px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 54px;
}
.mod .mod-title span {
  margin: 0 12px;
  font-weight: bold;
  position: relative;
}
.mod .mod-title span:before {
  position: absolute;
  content: "";
  left: 50%;
  width: 90px;
  height: 4px;
  background: url(../images/home/title-line.png) no-repeat center;
  bottom: -20px;
  transform: translateX(-50%);
}
.mod .mod-title:before, .mod .mod-title:after {
  display: inline-block;
  content: "";
  width: 125px;
  height: 20px;
  background: url(../images/home/title-bg.png) no-repeat center;
}
.mod .mod-title:after {
  transform: rotate(180deg);
}

.com-title {
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.com-title .txt {
  font-size: 28px;
  padding-left: 11px;
  font-weight: bold;
  background: url(../images/home/mode-title-line.png) no-repeat left center;
}
.com-title .com-more {
  padding-right: 20px;
  font-size: 16px;
  color: #666666;
  background: url("../images/home/more2.png") no-repeat right center;
}
.com-title .com-more:hover {
  color: #8c232a;
  background: url("../images/home/more1.png") no-repeat right center;
}

.brief {
  width: 640px;
  position: relative;
  height: 245px;
  position: relative;
}
.brief .godetail {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 110px;
  height: 30px;
  text-align: center;
  border-radius: 15px;
  border: 1px solid #d9aca9;
  color: #b2363a;
  line-height: 28px;
  padding-right: 15px;
  background: url(../images/home/godetail.png) no-repeat right 15px center;
}
.brief .godetail:hover {
  border: 1px solid #b2363a;
  color: #fff;
  background: #b2363a url(../images/home/godetail1.png) no-repeat right 15px center;
}
.brief .brief-txt {
  line-height: 36px;
  margin: 20px 0;
  color: #666666;
  font-size: 16px;
}

.brief-img {
  width: 520px;
  height: 100%;
}
.brief-img img {
  display: block;
  height: 100%;
}

.boutus {
  padding-bottom: 40px;
}

.business-scope {
  margin-top: 40px;
}
.business-scope .list {
  margin-top: 30px;
}
.business-scope .list li {
  width: 210px;
  height: 340px;
  transition: all 0.3s;
}
.business-scope .list li a {
  display: block;
  height: 100%;
}
.business-scope .list li .default-show {
  margin: 40px 0 0 20px;
  font-size: 28px;
  position: relative;
}
.business-scope .list li .default-show:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  background: linear-gradient(270deg, #cc817e 0%, #b2363a 100%);
  left: 0px;
  bottom: -14px;
}
.business-scope .list li .default-show .num {
  font-family: "D-DIN-Bold";
  line-height: 30px;
}
.business-scope .list li .default-show .name {
  margin-top: 10px;
  line-height: 42px;
  font-weight: bold;
}
.business-scope .list li .txt-content {
  display: none;
}
.business-scope .list li:nth-child(1) {
  background: url(../images/home/business1.png) no-repeat center;
  background-size: cover;
}
.business-scope .list li.active:nth-child(1) {
  background: url(../images/home/business1-active.png) no-repeat center;
  background-size: cover;
}
.business-scope .list li:nth-child(2) {
  background: url(../images/home/business2.png) no-repeat center;
  background-size: cover;
}
.business-scope .list li.active:nth-child(2) {
  background: url(../images/home/business2-active.png) no-repeat center;
  background-size: cover;
}
.business-scope .list li:nth-child(3) {
  background: url(../images/home/business3.png) no-repeat center;
  background-size: cover;
}
.business-scope .list li.active:nth-child(3) {
  background: url(../images/home/business3-active.png) no-repeat center;
  background-size: cover;
}
.business-scope .list li:nth-child(4) {
  background: url(../images/home/business4.png) no-repeat center;
  background-size: cover;
}
.business-scope .list li.active:nth-child(4) {
  background: url(../images/home/business4-active.png) no-repeat center;
  background-size: cover;
}
.business-scope .list li.active {
  width: 498px;
  transition: all 0.3s;
}
.business-scope .list li.active .default-show {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.business-scope .list li.active .default-show::before {
  display: none;
}
.business-scope .list li.active .default-show .num {
  line-height: 1;
  font-size: 56px;
}
.business-scope .list li.active .default-show .name {
  font-size: 32px;
  margin-top: 0;
  margin-left: 20px;
}
.business-scope .list li.active .txt-content {
  margin-top: 20px;
  color: #fff;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}

.procure {
  padding-bottom: 40px;
  background: url(../images/home/bg.jpg) no-repeat center;
  background-size: 100% 100%;
}
.procure .procure-item {
  margin-top: 40px;
min-height: 250px;}
.procure .list {
  padding: 0 20px;
  border-radius: 6px;
  background: #fff;
  margin-top: 20px;
}
.procure .list li {
  height: 80px;
}
.procure .list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  border-bottom: 1px solid #e6e6e6;
}
.procure .list li a:hover {
  border-bottom: 1px solid #b2363a;
  background: linear-gradient(180deg, rgba(230, 217, 216, 0) 1.49%, rgba(230, 217, 216, 0.3) 100%);
}
.procure .list li a:hover .date,
.procure .list li a:hover .title,
.procure .list li a:hover .sub-title {
  color: #8c232a;
}
.procure .list li a .inf {
  height: 100%;
  width: 700px;
  padding: 5px 0px;
  display: flex;
  align-items: self-start;
  justify-content: space-around;
  flex-direction: column;
}
.procure .list li a .title {
  font-size: 16px;
  padding-left: 15px;
  background: url(../images/common/procure-li.png) no-repeat left center;
}
.procure .list li a .sub-title {
  color: #666666;
  padding-left: 15px;
}
.procure .list li a .sub-title span {
  display: inline-block;
  min-width: 100px;
}
.procure .list li a .sub-title span + span {
  margin-left: 25px;
}
.procure .list li a .date {
  color: #999999;
  font-size: 16px;
}

.case {
  height: 520px;
  background: url(../images/home/bg1.jpg) no-repeat center;
  background-size: 100% 100%;
}
.case .mod-title {
  color: #fff;
}
.case .mod-title:before, .case .mod-title:after {
  background: url(../images/home/title-bg1.png) no-repeat center;
}
.case .mod-content {
  height: 270px;
  align-items: self-start;
}
.case .mod-content .type {
  width: 192px;
  height: 100%;
  border-right: 1px solid #db9823;
}
.case .mod-content .type li {
  cursor: pointer;
  padding-left: 81px;
  height: 25%;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #d9aca9;
  margin-right: -2px;
  border-right: 2px solid transparent;
  position: relative;
}
.case .mod-content .type li:nth-child(1):before {
  content: "";
  width: 26px;
  height: 31px;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/home/case1.png) no-repeat center;
}
.case .mod-content .type li:nth-child(1).active:before {
  width: 32px;
  left: 40px;
  background: url(../images/home/case1-active.png) no-repeat center;
}
.case .mod-content .type li:nth-child(2):before {
  content: "";
  width: 26px;
  height: 31px;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/home/case2.png) no-repeat center;
}
.case .mod-content .type li:nth-child(2).active:before {
  width: 32px;
  left: 40px;
  background: url(../images/home/case2-active.png) no-repeat center;
}
.case .mod-content .type li:nth-child(3):before {
  content: "";
  width: 26px;
  height: 31px;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/home/case3.png) no-repeat center;
}
.case .mod-content .type li:nth-child(3).active:before {
  width: 32px;
  left: 40px;
  background: url(../images/home/case3-active.png) no-repeat center;
}
.case .mod-content .type li:nth-child(4):before {
  content: "";
  width: 26px;
  height: 31px;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/home/case4.png) no-repeat center;
}
.case .mod-content .type li:nth-child(4).active:before {
  width: 32px;
  left: 40px;
  background: url(../images/home/case4-active.png) no-repeat center;
}
.case .mod-content .type li.active {
  padding-left: 87px;
  background: linear-gradient(90deg, rgba(242, 230, 228, 0) 0%, rgba(255, 231, 163, 0.3) 101.82%);
  border-right: 2px solid #db9823;
  font-weight: bold;
  color: #fff;
}
.case .mod-content .case-swiper {
  width: calc(100% - 232px);
  height: 318px;
  position: relative;
}
.case .mod-content .case-swiper .swiper-slide {
  width: 480px;
  height: 270px;
  position: relative;
}
.case .mod-content .case-swiper .swiper-slide:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
}
.case .mod-content .case-swiper .swiper-slide.swiper-slide-active:before {
  display: none;
}
.case .mod-content .case-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.case .mod-content .case-swiper .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .mod-content .case-swiper .swiper-pagination {
  width: 100%;
  bottom: 0px;
  display: flex;
  gap: 50px;
}
.case .mod-content .case-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  flex: 1;
  background-color: rgba(255, 255, 255, 0.5);
  height: 2px;
  border-radius: 0;
  opacity: 1;
}
.case .mod-content .case-swiper .swiper-pagination-bullets .swiper-pagination-bullet:before {
  content: "";
  height: 100%;
  display: block;
}
.case .mod-content .case-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.case .mod-content .case-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active:before {
  width: 0%;
  background: #fff;
  animation: fadeIn 3s linear 0.25s;
}

.news {
  padding-bottom: 40px;
  background: url(../images/home/bg2.png) no-repeat center bottom;
  background-size: 100% 100%;
}
.news .info-swiper {
  width: 589px;
  height: 349px;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.news .info-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.news .info-swiper .swiper-slide > a {
  display: block;
  height: 100%;
}
.news .info-swiper .img {
  width: 100%;
  height: 100%;
}
.news .info-swiper .summary {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 42px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
}
.news .info-swiper .summary-content {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 350;
  line-height: 42px;
  margin: 0 180px 0 15px;
}
.news .info-swiper .ring {
  text-align: right;
  padding-right: 10px;
  bottom: 12px !important;
}
.news .info-swiper .ring .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.36;
  height: 8px;
  width: 8px;
  border-radius: 0px;
}
.news .info-swiper .ring .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.news .info-swiper .swiper-container-horizontal > .swiper-pagination-bullets.ring {
  width: auto;
  left: auto;
  bottom: 12px;
  right: 20px;
}
.news .info-swiper .swiper-container-horizontal > .swiper-pagination-bullets.ring .swiper-pagination-bullet {
  margin: 0px 2px;
}
.news .info-swiper .swiper-button-next,
.news .info-swiper .swiper-button-prev {
  width: 38px;
  height: 38px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/home/swiper-arrow.png);
}
.news .info-swiper .swiper-button-next:after,
.news .info-swiper .swiper-button-prev:after {
  display: none;
}
.news .info-swiper .swiper-button-next {
  transform: rotateY(180deg);
}
.news .news-list {
  width: 589px;
  height: 349px;
}
.news .news-list .firstone {
  padding-bottom: 22px;
  border-bottom: 1px solid #d9d9d9;
}
.news .news-list .firstone .date {
  float: left;
  width: 70px;
  border-radius: 4px;
  height: 70px;
  background: linear-gradient(180deg, #b2363a 56.05%, #cc817e 100%);
}
.news .news-list .firstone .date span {
  display: block;
  text-align: center;
  color: #fff;
}
.news .news-list .firstone .date .day {
  font-size: 24px;
  margin-top: 10px;
  font-weight: bold;
}
.news .news-list .firstone .date .month {
  line-height: 25px;
}
.news .news-list .firstone .content {
  width: 503px;
  float: right;
}
.news .news-list .firstone .content .title {
  font-size: 18px;
  font-weight: bold;
}
.news .news-list .firstone .content .summary {
  line-height: 21px;
  color: #999999;
  height: 42px;
  margin-top: 10px;
  overflow: hidden;
}
.news .news-list .list {
  margin-top: 15px;
}
.news .news-list .list li {
  position: relative;
}
.news .news-list .list li + li {
  margin-top: 25px;
}
.news .news-list .list li + li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 45px;
  left: 3px;
  bottom: 12px;
  background: #e7e7e7;
}
.news .news-list .list li:hover .txt {
  color: #8c232a;
}
.news .news-list .list li:hover .date {
  color: #8c232a;
}
.news .news-list .list li:hover:before {
  background: #8c232a;
}
.news .news-list .list li:before {
  content: "";
  width: 7px;
  height: 7px;
  z-index: 10;
  background: #e7e7e7;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3.5px;
  border-radius: 50%;
}
.news .news-list .list a {
  display: block;
  height: 100%;
  padding-right: 110px;
  position: relative;
  line-height: 20px;
  padding-left: 17px;
}
.news .news-list .list .txt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .news-list .list .date {
  position: absolute;
  right: 5px;
  top: 0;
  color: #999999;
}
.news .law-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news .law-list li {
  width: 593px;
  height: 110px;
  margin-bottom: 10px;
}
.news .law-list li a {
  display: flex;
  align-items: self-start;
  justify-content: space-around;
  flex-direction: column;
  height: 100%;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px 20px;
}
.news .law-list li a .title {
  font-size: 16px;
  padding-left: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url(../images/common/procure-li.png) no-repeat left center;
}
.news .law-list li a .inf {
  color: #666666;
  padding-left: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .law-list li a .sub-title {
  color: #666666;
  padding-left: 15px;
}
.news .law-list li a .sub-title span {
  display: inline-block;
  min-width: 100px;
}
.news .law-list li a .sub-title span + span {
  margin-left: 25px;
}
.news .law-list li a:hover {
  background: #fff url(../images/home/law-list-li.png) no-repeat center bottom;
}
.news .law-list li a:hover .title,
.news .law-list li a:hover .inf,
.news .law-list li a:hover .sub-title {
  color: #b2363a;
}

.insure {
  height: 100px;
  padding-top: 20px;
}
.insure .link-swiper {
  position: relative;
  height: 60px;
  box-sizing: border-box;
}
.insure .link-swiper-container {
  height: 100%;
  overflow: hidden;
}
.insure .link-swiper-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 60px;
  border-radius: 6px;
  border: 1px solid transparent;
  position: relative;
}
.insure .link-swiper-item img {
  max-width: 100%;
  max-height: 100%;
}
.insure .link-swiper-item:hover {
  border: 1px solid #b2363a;
}
.insure .link-swiper .swiper-button-next,
.insure .link-swiper .swiper-button-prev {
  right: -38px;
  width: 28px;
  height: 28px;
  margin-top: -14px;
}
.insure .link-swiper .swiper-button-next::after,
.insure .link-swiper .swiper-button-prev::after {
  content: none;
}
.insure .link-swiper .swiper-button-next {
  background: url("../images/home/link_next_icon1.png") no-repeat center;
}
.insure .link-swiper .swiper-button-next:hover {
  background: url("../images/home/link_next_icon.png") no-repeat center;
}
.insure .link-swiper .swiper-button-prev {
  background: url("../images/home/link_pre_icon1.png") no-repeat center;
  left: -38px;
}
.insure .link-swiper .swiper-button-prev:hover {
  background: url("../images/home/link_pre_icon.png") no-repeat center;
}

@keyframes fadeIn {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}