@charset "UTF-8";
@import "global.css";
@import "swiper.min.css";
.service-channel .service-card {
  box-sizing: border-box;
  padding: 44px 0 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service-channel .service-col {
  width: calc(25% - 24px);
  height: 300px;
  box-sizing: border-box;
  border: 1px solid #d3e7ff;
  border-radius: 10px;
  transition: all 0.3s ease-in-out 0s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 30px;
  margin-top: 36px;
  cursor: pointer;
}

.service-channel .service-col h4 {
  font-size: 18px;
  color: #333;
}

.service-channel .service-col img {
  max-width: 100%;
  margin-bottom: 25px;
}

.service-channel .service-col:hover {
  box-shadow: 0 4px 10px 0 rgba(43, 117, 208, 0.2);
}

.service-channel .service-list {
  display: flex;
  justify-content: center;
}

.service-channel .service-list li {
  margin: 9px 11px 0;
}

.service-channel .service-list a {
  font-size: 16px;
  color: #666;
}

.trading-channel .result-card {
  box-sizing: border-box;
  padding: 70px 0 73px;
}

.trading-channel .huajin-card {
  text-align: center;
  margin-bottom: 62px;
  cursor: pointer;
}
.trading-channel .huajin-card img {
  max-width: 100%;
}

.trading-channel .result-card .result-col {
  position: relative;
  width: 1558px;
  margin: 0 auto;
}

.trading-channel .result-card .result-col .result-prev,
.trading-channel .result-card .result-col .result-next {
  background: rgba(0, 0, 0, 0);
  top: 45%;
}

.trading-channel .result-card .result-col .result-prev i,
.trading-channel .result-card .result-col .result-next i {
  font-size: 32px;
  color: #2b75d0;
  font-weight: bold;
}

.trading-channel .result-card .result-col .view-more {
  margin: 54px auto 0;
}

.trading-channel .result-card .result-swiper {
  box-sizing: border-box;
  padding: 60px 0 70px;
}

.trading-channel .result-card .result-swiper:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #2b75d0;
  display: inline-block;
  position: absolute;
  bottom: 12px;
}

.trading-channel .result-card .result-swiper a {
  display: inline-block;
  width: 100%;
  height: 230px;
  background: url("../images/trad_item_bg.png") no-repeat center center;
  box-sizing: border-box;
  padding: 0 24px 24px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}

.trading-channel .result-card .result-swiper a > p {
  font-size: 14px;
  color: #333;
  margin-top: 7px;
}

.trading-channel .result-card .result-swiper a:after {
  content: "";
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid #2b75d0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -70px;
  background: #fff;
}

.trading-channel .result-card .result-swiper a:hover {
  background-image: url("../images/trad_item_bg1.png");
}

.trading-channel .result-card .result-swiper a:hover:after {
  background: url("../images/dian.png") no-repeat center center, #fff;
}

.trading-channel .result-card .result-swiper a:hover > p {
  color: #fff;
}

.trading-channel .result-card .result-swiper a:hover .result-time {
  color: #fff;
}

.trading-channel .result-card .result-swiper a:hover .result-info {
  background: rgba(255, 255, 255, 0.1);
}

.trading-channel .result-card .result-swiper a:hover .result-info p {
  color: #fff;
}

.trading-channel .result-card .result-swiper .result-time {
  font-size: 14px;
  color: #2b75d0;
  display: inline-block;
  margin-top: 23px;
}

.trading-channel .result-card .result-swiper .result-info {
  width: 100%;
  height: 86px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: rgba(43, 117, 208, 0.06);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 16px 16px 16px 11px;
  margin-bottom: 12px;
  margin-top: 14px;
}

.trading-channel .result-card .result-swiper .result-info p {
  font-size: 14px;
  color: #333;
  min-width: 50%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 27px;
}

.trading-channel .result-card .result-swiper .result-info p:first-child {
  width: 100%;
}

.trading-channel .supply-card {
  box-sizing: border-box;
  background: url("../images/supply_bg.png") repeat-x center top;
  padding: 62px 0 127px;
}

.trading-channel .supply-card .supply-col {
  margin-top: 42px;
  border-radius: 10px;
  box-shadow: 0 4px 10px 0 rgba(43, 117, 208, 0.2);
  background-color: #fff;
  box-sizing: border-box;
  padding: 6px 24px 36px;
}

.trading-channel .supply-card .supply-col .view-more {
  margin: 34px auto 0;
}

.trading-channel .supply-card .supply-col .small-list li {
  margin-top: 28px;
  margin-right: 28px;
}

.trading-channel .supply-card .supply-col .small-list li:nth-child(4n) {
  margin-right: 0;
}

.trading-channel .demand-card {
  box-sizing: border-box;
  padding-bottom: 98px;
}

.trading-channel .demand-card .demand-col {
  margin-top: 36px;
}

.trading-channel .demand-card .view-more {
  margin-top: 52px;
}

.trading-channel .demand-card .large-list li:nth-child(even) {
  margin: 0 37px;
}

.trading-channel .equipment-card {
  box-sizing: border-box;
  padding-bottom: 97px;
}

.trading-channel .equipment-card .equipment-swiper {
  margin-top: 50px;
}

.trading-channel .equipment-card .equipment-swiper a {
  box-sizing: border-box;
  padding: 22px 20px 0;
  border: 1px solid rgba(43, 117, 208, 0.2);
  display: inline-block;
  width: 100%;
  text-align: center;
}

.trading-channel .equipment-card .equipment-swiper a:hover h4 {
  color: #2b75d0;
  font-weight: bold;
}

.trading-channel .equipment-card .equipment-swiper a:hover i {
  color: #2b75d0;
}

.trading-channel .equipment-card .equipment-swiper img {
  max-width: 100%;
  width: 100%;
  height: 309px;
  object-fit: cover;
}

.trading-channel .equipment-card .equipment-swiper .equipment-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 78px;
}

.trading-channel .equipment-card .equipment-swiper .equipment-text h4 {
  line-height: 24px;
  font-size: 16px;
  color: #333;
}

.trading-channel .equipment-card .equipment-swiper .equipment-text i {
  font-size: 16px;
  color: #999;
  transition: all 0.3s ease-in-out 0s;
}

.trading-channel .equipment-card .equipment-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 36px auto 0;
}

.trading-channel .equipment-card .equipment-btn .equipment-prev,
.trading-channel .equipment-card .equipment-btn .equipment-next {
  background-image: none;
  position: relative;
  width: 42px;
  height: 42px;
  margin: 0 26px 0;
}

.trading-channel .equipment-card .equipment-btn .equipment-prev i,
.trading-channel .equipment-card .equipment-btn .equipment-next i {
  font-size: 42px;
  color: #2b75d0;
}

.real-time-info .policy-card {
  box-sizing: border-box;
  height: auto;
  background: url("../images/policy_bg.png") no-repeat center bottom, #f6f6f6;
  padding: 62px 0 42px;
}

.real-time-info .policy-card .policy-col {
  position: relative;
}

.real-time-info .policy-card .policy-swiper {
  box-sizing: border-box;
  padding: 56px 10px 37px;
}

.real-time-info .policy-card .policy-swiper .swiper-slide {
  height: 528px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
}

.real-time-info .policy-card .policy-swiper a {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 92px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.real-time-info .policy-card .policy-swiper a:hover h4 {
  color: #2b75d0;
}

.real-time-info .policy-card .policy-swiper a:hover .policy-more {
  background: #2b75d0;
  color: #fff;
}

.real-time-info .policy-card .policy-swiper h4 {
  line-height: 28px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 56px;
  transition: all 0.3s ease-in-out 0s;
}

.real-time-info .policy-card .policy-swiper p {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 84px;
}

.real-time-info .policy-card .policy-swiper span {
  display: inline-block;
}

.real-time-info .policy-card .policy-swiper .policy-time {
  font-size: 14px;
  color: #999;
}

.real-time-info .policy-card .policy-swiper .policy-more {
  width: 115px;
  height: 34px;
  border-radius: 60px;
  box-sizing: border-box;
  border: 1px solid #d3d3d3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out 0s;
}

.real-time-info .policy-card .policy-swiper .policy-more i {
  font-size: 24px;
  margin-left: 4px;
}

.real-time-info .policy-card .policy-btn {
  position: relative;
  display: flex;
  justify-content: center;
  height: 23px;
}

.real-time-info .policy-card .policy-btn .policy-prev,
.real-time-info .policy-card .policy-btn .policy-next {
  background-image: none;
  position: initial;
  width: 44px;
  height: 23px;
  background-color: #2b75d0;
  border-radius: 60px;
  text-align: center;
  line-height: 23px;
  color: #fff;
  font-size: 14px;
  margin: 0 5px;
}

.real-time-info .industry-card {
  box-sizing: border-box;
  padding: 160px 0 82px;
}

.real-time-info .industry-card .industry-layout {
  display: flex;
  justify-content: space-between;
  margin-top: 46px;
}

.real-time-info .industry-card .industry-left {
  width: 580px;
  height: 584px;
  border-radius: 10px;
  box-sizing: border-box;
  border: 1px solid #f1f1f1;
  padding: 26px;
  display: inline-block;
  transition: all 0.3s ease-in-out 0s;
}

.real-time-info .industry-card .industry-left:hover {
  box-shadow: 0 4px 20px 0 rgba(43, 117, 208, 0.2);
}

.real-time-info .industry-card .industry-left:hover h4 {
  color: #2b75d0;
}

.real-time-info .industry-card .industry-left img {
  width: 100%;
  height: 355px;
  border-radius: 10px;
  object-fit: cover;
}

.real-time-info .industry-card .industry-left h4 {
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 40px;
  margin-top: 27px;
  transition: all 0.3s ease-in-out 0s;
}

.real-time-info .industry-card .industry-left p {
  line-height: 24px;
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 48px;
  margin-top: 15px;
}

.real-time-info .industry-card .industry-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
}

.real-time-info .industry-card .industry-col .industry-time {
  font-size: 14px;
  color: #9e9e9e;
}

.real-time-info .industry-card .industry-col .industry-time i {
  font-size: 16px;
  display: inline-block;
  margin-right: 14px;
}

.real-time-info .industry-card .industry-col .icon-jiantou2 {
  font-size: 26px;
}

.real-time-info .industry-card .industry-right {
  width: 823px;
  height: auto;
}

.real-time-info .industry-card .industry-right li {
  width: 100%;
  height: 174px;
  border-radius: 10px;
  box-sizing: border-box;
  border: 1px solid #f1f1f1;
  transition: all 0.3s ease-in-out 0s;
  margin-bottom: 31px;
}

.real-time-info .industry-card .industry-right li:last-child {
  margin-bottom: 0;
}

.real-time-info .industry-card .industry-right li:hover {
  box-shadow: 0 4px 20px 0 rgba(43, 117, 208, 0.2);
}

.real-time-info .industry-card .industry-right li:hover h4 {
  color: #2b75d0;
}

.real-time-info .industry-card .industry-right a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 45px 49px 45px 32px;
}

.real-time-info .industry-card .industry-right .industry-right-time {
  width: 55px;
  text-align: center;
}

.real-time-info .industry-card .industry-right .industry-right-time p {
  font-size: 30px;
  color: #333;
  font-weight: bold;
}

.real-time-info .industry-card .industry-right .industry-right-time span {
  font-size: 14px;
  color: #999;
}

.real-time-info .industry-card .industry-right .industry-right-text {
  width: calc(100% - 74px);
  height: auto;
  box-sizing: border-box;
  position: relative;
  padding-left: 19px;
}

.real-time-info .industry-card .industry-right .industry-right-text:before {
  content: "";
  width: 1px;
  height: 29px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #d8d8d8;
}

.real-time-info .industry-card .industry-right .industry-right-text h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s ease-in-out 0s;
}

.real-time-info .industry-card .industry-right .industry-right-text p {
  line-height: 24px;
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-linec-clamp: 2;
  height: 48px;
  margin-top: 9px;
}

.real-time-info .industry-card .view-more {
  margin-top: 46px;
}

.real-time-info .dynamic-card {
  box-sizing: border-box;
  padding-bottom: 94px;
}

.real-time-info .dynamic-card .dynamic-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 46px;
}

.real-time-info .dynamic-card .dynamic-layout .dynamic-left {
  width: 691px;
}

.real-time-info .dynamic-card .dynamic-layout .dynamic-left li {
  height: 224px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(43, 117, 208, 0.2);
  margin-bottom: 21px;
}

.real-time-info .dynamic-card .dynamic-layout .dynamic-left li:last-child {
  margin-bottom: 0;
}

.real-time-info .dynamic-card .dynamic-layout .dynamic-left li:hover h4 {
  color: #2b75d0;
}

.real-time-info .dynamic-card .dynamic-layout .dynamic-left a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
}

.real-time-info .dynamic-card .dynamic-layout .dynamic-left img {
  width: 274px;
  height: 178px;
  object-fit: cover;
  border-radius: 10px;
}

.real-time-info .dynamic-card .dynamic-layout .dynamic-left .dynamic-text {
  width: calc(100% - 274px);
  box-sizing: border-box;
  padding-left: 22px;
}

.real-time-info .dynamic-card .dynamic-layout .dynamic-left .dynamic-text h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  transition: all 0.3s ease-in-out 0s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.real-time-info .dynamic-card .dynamic-layout .dynamic-left .dynamic-text p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin: 12px 0 26px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 48px;
}

.real-time-info .dynamic-card .dynamic-layout .dynamic-left .dynamic-text span {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.real-time-info .dynamic-card .dynamic-layout .dynamic-left .dynamic-text span i {
  display: inline-block;
  width: 41px;
  height: 21px;
  background: #2b75d0;
  font-size: 12px;
  text-align: center;
  line-height: 21px;
  color: #fff;
  border-radius: 3px;
}

.real-time-info .dynamic-card .dynamic-layout .no_img .dynamic-text {
  width: 100%;
}

.real-time-info .dynamic-card .dynamic-layout .no_img img {
  display: none;
}

.real-time-info .dynamic-card .dynamic-layout .dynamic-right {
  width: 732px;
  height: auto;
}

.real-time-info .dynamic-card .dynamic-layout .dynamic-right li {
  height: 143px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(43, 117, 208, 0.2);
}

.real-time-info .dynamic-card .dynamic-layout .dynamic-right li:hover .dynamic-right-time p,
.real-time-info .dynamic-card .dynamic-layout .dynamic-right li:hover .dynamic-right-time span {
  color: #2b75d0;
}

.real-time-info .dynamic-card .dynamic-layout .dynamic-right li:hover .dynamic-right-text h4 {
  color: #2b75d0;
}

.real-time-info .dynamic-card .dynamic-layout .dynamic-right li:nth-child(even) {
  margin: 20px 0;
}

.real-time-info .dynamic-card .dynamic-layout .dynamic-right a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 30px 16px 30px 0;
}

.real-time-info .dynamic-card .dynamic-layout .dynamic-right .dynamic-right-time {
  width: 116px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  padding-left: 20px;
}

.real-time-info .dynamic-card .dynamic-layout .dynamic-right .dynamic-right-time:after {
  content: "";
  width: 1px;
  height: 29px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #d8d8d8;
}

.real-time-info .dynamic-card .dynamic-layout .dynamic-right .dynamic-right-time p {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  transition: all 0.3s ease-in-out 0s;
}

.real-time-info .dynamic-card .dynamic-layout .dynamic-right .dynamic-right-time span {
  font-size: 14px;
  line-height: 28px;
  color: #999;
  transition: all 0.3s ease-in-out 0s;
}

.real-time-info .dynamic-card .dynamic-layout .dynamic-right .dynamic-right-text {
  box-sizing: border-box;
  width: calc(100% - 116px);
  height: auto;
  padding-left: 18px;
}

.real-time-info .dynamic-card .dynamic-layout .dynamic-right .dynamic-right-text h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s ease-in-out 0s;
}

.real-time-info .dynamic-card .dynamic-layout .dynamic-right .dynamic-right-text p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 48px;
  margin-top: 9px;
}

.unified-swiper {
  margin-top: 62px;
  box-sizing: border-box;
  padding: 10px;
}

.unified-swiper .swiper-slide {
  height: 130px;
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(43, 117, 208, 0.1);
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
  padding: 10px;
  overflow: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.unified-swiper .swiper-slide img {
  max-width: 100%;
}

.unified-swiper .swiper-slide p {
  font-size: 16px;
  font-weight: bold;
}

.unified-swiper .swiper-slide.no_img {
  background: url("../images/slide_bg.png") no-repeat center center, #fff;
}

.unified-swiper .swiper-slide:hover {
  box-shadow: 0 4px 10px 0 rgba(43, 117, 208, 0.3);
}

.mineral-resources .plate-title {
  cursor: pointer;
}

.mineral-resources .mineral-pagination,
.mineral-resources .users-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 64px;
}

.mineral-resources .mineral-pagination .swiper-pagination-bullet,
.mineral-resources .users-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: 0 13px;
  position: relative;
}

.mineral-resources .mineral-pagination .swiper-pagination-bullet-active,
.mineral-resources .users-pagination .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
}

.mineral-resources .mineral-pagination .swiper-pagination-bullet-active:after,
.mineral-resources .users-pagination .swiper-pagination-bullet-active:after {
  content: "";
  width: 13px;
  height: 13px;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #2b75d0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.mineral-resources .resource-wrapper {
  box-sizing: border-box;
  padding: 98px 0 103px;
}

.mineral-resources .mineral-enterprises {
  background: url("../images/kcqy_bg.png") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 653px;
  box-sizing: border-box;
  padding: 80px 0 55px;
}

.mineral-resources .mineral-enterprises .mineral-col {
  position: relative;
}

.mineral-resources .resourceLibrary-card {
  background: url("../images/resourceLibraryBg.png") no-repeat center top;
  box-sizing: border-box;
  height: auto;
  margin-top: 22px;
  padding-bottom: 132px;
}

.mineral-resources .transportation-enterprises {
  box-sizing: border-box;
  padding: 93px 0 0;
}

.mineral-resources .transportation-enterprises .transport-col .transport-btn {
  position: relative;
  margin: 40px auto 0;
  width: 137px;
  height: 39px;
  background: #2b75d0;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 11px 0;
}

.mineral-resources .transportation-enterprises .transport-col .transport-btn > div {
  background: rgba(0, 0, 0, 0);
  width: 50%;
  position: relative;
  height: 100%;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: auto;
  right: auto;
}

.mineral-resources .transportation-enterprises .transport-col .transport-btn > div:last-child {
  border-left: 1px solid #fff;
}

.mineral-resources .transportation-enterprises .transport-col .transport-btn i {
  color: #fff;
  font-size: 20px;
}

.mineral-resources .transportation-enterprises .transport-list {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 62px 0 40px;
}

.mineral-resources .transportation-enterprises .transport-list:after {
  content: "";
  width: 332px;
  height: 1px;
  display: inline-block;
}

.mineral-resources .transportation-enterprises .transport-list li {
  width: 332px;
  height: 150px;
  overflow: hidden;
}

.mineral-resources .transportation-enterprises .transport-list li:hover img {
  transform: scale(1.1);
}

.mineral-resources .transportation-enterprises .transport-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease-in-out 0s;
}

.mineral-resources .mineral-users {
  margin-top: 150px;
  box-sizing: border-box;
  padding-bottom: 147px;
}

.mineral-resources .mineral-users .users-pagination .swiper-pagination-bullet {
  background-color: #2b75d0;
}

.mineral-resources .mineral-users .users-pagination .swiper-pagination-bullet:after {
  border-color: #fff;
}

.mineral-resources .library-wrapper {
  width: 100%;
  height: 559px;
  background: url("../images/915.png") no-repeat center center;
}

.mineral-resources .library-layout {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.mineral-resources .library-layout > div {
  width: calc(50% - 72px);
  height: 100%;
  box-sizing: border-box;
  padding-top: 48px;
}

.mineral-resources .library-layout .library-title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}

.mineral-resources .library-layout .library-title img {
  margin-right: 16px;
}

.mineral-resources .library-layout .library-right .library-title,
.mineral-resources .library-layout .library-right .library-more {
  color: #2b75d0;
}

.mineral-resources .library-layout .library-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 308px;
  align-content: space-between;
  margin-top: 44px;
}

.mineral-resources .library-layout .library-list li {
  width: calc(50% - 24px);
  height: calc(50% - 24px);
  background: #fff;
}

.mineral-resources .library-layout .library-list li.no_img {
  background: url("../images/slide_bg.png") no-repeat center center #fff;
}

.mineral-resources .library-layout .library-list li.no_img img {
  display: none;
}

.mineral-resources .library-layout .library-list li.no_img a {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.mineral-resources .library-layout .library-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.mineral-resources .library-layout .library-list img {
  max-width: 100%;
}

.mineral-resources .library-layout .library-more {
  display: block;
  margin: 32px auto 0;
  width: 100px;
  color: #fff;
  line-height: 36px;
  font-size: 18px;
}

.mineral-resources .library-layout .library-more i {
  display: inline-block;
  margin-left: 8px;
  font-size: 20px;
}

.mineral-resources .key-point-wrapper {
  width: 100%;
  height: 798px;
  background: url("../images/key-point-bg.png") no-repeat center center;
  box-sizing: border-box;
  padding: 157px 0 0;
}

.mineral-resources .key-point-wrapper .mineral-pagination .swiper-pagination-bullet {
  background: #2b75d0;
}

.mineral-resources .library-wrapper1 {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 83px 0 69px;
  position: relative;
  z-index: 1;
  background: url("../images/12551153.png") no-repeat center bottom;
}

.mineral-resources .library-wrapper1:after {
  content: "";
  width: 100%;
  height: 409px;
  background: url("../images/914.png") no-repeat center top #2b75d0;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.mineral-resources .equipment-swiper {
  width: 100%;
  height: 409px;
  box-sizing: border-box;
  padding: 10px;
  margin: 47px 0 35px;
}

.mineral-resources .equipment-swiper .swiper-slide {
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(43, 117, 208, 0.2);
  box-sizing: border-box;
  padding: 22px 20px 0;
  overflow: hidden;
}

.mineral-resources .equipment-swiper .swiper-slide:hover p,
.mineral-resources .equipment-swiper .swiper-slide:hover i {
  color: #1273db;
}

.mineral-resources .equipment-swiper .swiper-slide:hover img {
  transform: scale(1.1);
}

.mineral-resources .equipment-swiper img {
  width: 100%;
  height: calc(100% - 78px);
  object-fit: cover;
  transition: all 0.5s ease-in-out 0s;
}

.mineral-resources .equipment-swiper .equipment-info {
  width: 100%;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mineral-resources .equipment-swiper .equipment-info p {
  font-size: 16px;
  color: #333;
  transition: all 0.3s ease-in-out 0s;
  width: calc(100% - 30px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.mineral-resources .equipment-swiper .equipment-info i {
  color: #999;
  transition: all 0.3s ease-in-out 0s;
}

.mineral-resources .equipment-card {
  position: relative;
}

.mineral-resources .equipment-card .transport-btn {
  position: relative;
  margin: 40px auto 0;
  width: 137px;
  height: 39px;
  background: #2b75d0;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 11px 0;
}

.mineral-resources .equipment-card .transport-btn > div {
  background: rgba(0, 0, 0, 0);
  width: 50%;
  position: relative;
  height: 100%;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: auto;
  right: auto;
  cursor: pointer;
}

.mineral-resources .equipment-card .transport-btn i {
  color: #fff;
  font-size: 20px;
}

.mineral-resources .mine-card {
  margin-top: 138px;
}

.mineral-resources .mine-card .mine-list {
  width: 100%;
  height: 130px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 69px 0 49px;
}

.mineral-resources .mine-card .mine-list li {
  width: 300px;
  height: 100%;
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(43, 117, 208, 0.1);
  background: url("../images/slide_bg.png") no-repeat center center #fff;
}

.mineral-resources .mine-card .mine-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: bold;
  color: #333;
  height: 100%;
}

.mineral-resources .mine-card .mine-list:before,
.mineral-resources .mine-card .mine-list:after {
  content: "";
  width: 300px;
  height: 1px;
  display: inline-block;
}

.mineral-resources .mine-card .mine-list:before {
  order: 9;
}

.mineral-resources .mine-more {
  display: block;
  width: 80px;
  margin: 0 auto;
  color: #2b75d0;
  font-size: 20px;
}

/*新增 2024-09-21 11:20*/
/*咨询服务*/
.no-bg {
  background: none !important;
}

.zxfw-card {
  display: flex;
  justify-content: space-between;
  margin-bottom: 78px;
}

.zxfw-card-contact {
  width: 550px;
}

.zxfw-card-contact .zxfw-logo {
  margin-top: 75px;
  margin-bottom: 40px;
}

.zxfw-card-contact ul {
  background: #FAFAFA;
  overflow: hidden;
  padding: 32px;
}

.zxfw-card-contact ul li {
  margin-bottom: 24px;
}

.zxfw-card-contact ul li h3 {
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  background: url(../images/851@1x.png) left no-repeat;
  text-indent: 1em;
}

.zxfw-card-contact ul li p {
  font-family: Microsoft YaHei;
  font-size: 16px;
  color: #333333;
  text-indent: 1em;
  line-height: 30px;
}

.zxfw-card-map {
  width: 890px;
}

/*矿能动态*/
.zxfw-dynamic {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.zxfw-dynamic-left {
  width: 691px;
}

.zxfw-dynamic-left li {
  width: 651px;
  height: 184px;
  border-radius: 10px;
  background: #FFFFFF;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #f1f1f1;
  box-shadow: 0px 4px 20px 0px rgba(43, 117, 208, 0.2);
}

.zxfw-dynamic-left li a {
  display: flex;
  justify-content: space-between;
}

.zxfw-dynamic-left li:hover .text h3 {
  color: #2B75D0;
}

.zxfw-dynamic-left li img {
  width: 274px;
  height: 178px;
  border-radius: 10px;
}

.zxfw-dynamic-left li .text {
  width: 350px;
  height: 178px;
}

.zxfw-dynamic-left li .text h3 {
  font-family: Microsoft YaHei;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 55px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 55px;
}

.zxfw-dynamic-left li .text p {
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0em;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
  height: 40px;
}

.zxfw-dynamic-left li .text .link-date {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.zxfw-dynamic-left li .text .link-date .link-btn {
  background: url(../images/zxfw-dynamic-link-bth.png) left no-repeat;
  width: 42px;
  height: 22px;
}

.zxfw-dynamic-left li .text .link-date .date {
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #999999;
}

.zxfw-dynamic-right {
  width: 732px;
}

.zxfw-dynamic-right .industry-right {
  width: 732px;
  height: auto;
}

.zxfw-dynamic-right .industry-right li {
  width: 100%;
  height: 143px;
  border-radius: 10px;
  box-sizing: border-box;
  border: 1px solid #f1f1f1;
  transition: all 0.3s ease-in-out 0s;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 20px 0 rgba(43, 117, 208, 0.2);
}

.zxfw-dynamic-right .industry-right li:last-child {
  margin-bottom: 0;
}

.zxfw-dynamic-right .industry-right li:hover h4 {
  color: #2b75d0;
}

.zxfw-dynamic-right .industry-right a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.zxfw-dynamic-right .industry-right .industry-right-time {
  width: 55px;
  text-align: center;
}

.zxfw-dynamic-right .industry-right .industry-right-time p {
  font-size: 30px;
  color: #333;
  font-weight: bold;
}

.zxfw-dynamic-right .industry-right .industry-right-time span {
  font-size: 14px;
  color: #999;
}

.zxfw-dynamic-right .industry-right .industry-right-text {
  width: calc(100% - 74px);
  height: auto;
  box-sizing: border-box;
  position: relative;
  padding-left: 19px;
}

.zxfw-dynamic-right .industry-right .industry-right-text:before {
  content: "";
  width: 1px;
  height: 29px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #d8d8d8;
}

.zxfw-dynamic-right .industry-right .industry-right-text h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s ease-in-out 0s;
  width: 597px;
}

.zxfw-dynamic-right .industry-right .industry-right-text p {
  line-height: 24px;
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 48px;
  margin-top: 9px;
}

/*客户中心*/
.khzx-card-tab {
  width: 1140px;
  margin: auto;
}

.khzx-card-tab ul {
  display: flex;
  justify-content: space-between;
}

.khzx-card-tab li {
  width: 248px;
  height: 111px;
  font-family: Microsoft YaHei;
  font-size: 24px;
  font-weight: bold;
  color: #2B75D0;
  cursor: pointer;
  box-shadow: 0 4px 10px 0 rgba(43, 117, 208, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
  flex-wrap: wrap;
  align-content: center;
}

.khzx-card-tab li:after {
  width: 36px;
  height: 33px;
  border-radius: 50%;
  margin-left: 10px;
  border: 3px solid;
  box-sizing: border-box;
  font-size: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out 0s;
  order: 1;
}

.khzx-card-tab li p {
  order: 2;
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.khzx-card-tab li:before {
  content: "";
  width: 100%;
  height: 33px;
  display: inline-block;
  position: absolute;
  background: url("../images/1377.png") no-repeat center center;
  left: 50%;
  bottom: -33px;
  transform: translateX(-50%);
}
.khzx-card-tab li:first-child:before, .khzx-card-tab li:nth-child(2):before {
  background-image: url("../images/1377-1x.png");
}
.khzx-card-tab li:first-child .order-layout p, .khzx-card-tab li:nth-child(2) .order-layout p {
  border: 0.5px solid;
  border-image: linear-gradient(180deg, rgba(154, 179, 37, 0.6) 0%, rgba(255, 255, 255, 0) 100%) 0.5;
  color: #9AB325;
}
.khzx-card-tab li:last-child:before, .khzx-card-tab li:nth-last-child(2):before {
  background-image: url("../images/1377-2x.png");
}
.khzx-card-tab li:last-child .order-layout p, .khzx-card-tab li:nth-last-child(2) .order-layout p {
  border: 0.5px solid;
  border-image: linear-gradient(180deg, rgba(209, 133, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%) 0.5;
  color: #D18500;
}
.khzx-card-tab li .order-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  order: 9;
  margin-top: 8px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}
.khzx-card-tab li .order-layout p {
  width: 109px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  transition: all 0.3s ease-in-out 0s;
  box-sizing: border-box;
  font-weight: 400;
}
.khzx-card-tab li:hover .order-layout p, .khzx-card-tab li.on .order-layout p {
  color: #FFFFFF;
  border: 0.5px solid;
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%) 0.5;
}

.khzx-card-tab li:first-child {
  color: #9AB325;
}

.khzx-card-tab li:first-child:after {
  content: "A";
  border-color: rgba(195, 222, 12, 0.2);
  background: #9AB325;
}

.khzx-card-tab li:nth-child(2) {
  color: #9AB325;
}

.khzx-card-tab li:nth-child(2):after {
  content: "B";
  border-color: rgba(195, 222, 12, 0.2);
  background: #9AB325;
}

.khzx-card-tab li:nth-last-child(2) {
  color: #D18500;
}

.khzx-card-tab li:nth-last-child(2):after {
  content: "A";
  border-color: rgba(209, 133, 0, 0.2);
  background: #D18500;
}

.khzx-card-tab li:last-child {
  color: #D18500;
}

.khzx-card-tab li:last-child:after {
  content: "B";
  border-color: rgba(209, 133, 0, 0.2);
  background: #D18500;
}

.khzx-card-tab li:hover, .khzx-card-tab li.on {
  color: #FFFFFF;
}

.khzx-card-tab li:hover:after, .khzx-card-tab li.on:after {
  background: #fff;
}

.khzx-card-tab li:hover:first-child, .khzx-card-tab li.on:first-child {
  background: #9AB325;
}

.khzx-card-tab li:hover:first-child:after, .khzx-card-tab li.on:first-child:after {
  color: #9AB325;
  background: #fff;
}

.khzx-card-tab li:hover:nth-child(2), .khzx-card-tab li.on:nth-child(2) {
  background: #9AB325;
}

.khzx-card-tab li:hover:nth-child(2):after, .khzx-card-tab li.on:nth-child(2):after {
  color: #9AB325;
  background: #fff;
}

.khzx-card-tab li:hover:nth-last-child(2), .khzx-card-tab li.on:nth-last-child(2) {
  background: #D18500;
}

.khzx-card-tab li:hover:nth-last-child(2):after, .khzx-card-tab li.on:nth-last-child(2):after {
  color: #D18500;
}

.khzx-card-tab li:hover:last-child, .khzx-card-tab li.on:last-child {
  background: #D18500;
}

.khzx-card-tab li:hover:last-child:after, .khzx-card-tab li.on:last-child:after {
  color: #D18500;
}

.khzx-dynamic {
  margin-top: 40px !important;
  display: none;
}

.khzx-dynamic:first-child {
  display: block;
}

.b-s-swiper {
  /* width: calc(100% + 70px); */
  width: 100%;
  box-sizing: border-box;
  padding: 35px;
}

.b-s-swiper .swiper-slide {
  /* width: 460px !important; */
  height: 238px;
  border-radius: 4px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(20, 59, 118, 0.08);
  padding: 20px;
  box-sizing: border-box;
}

.b-s-swiper .swiper-slide h4 {
  font-family: "微软雅黑";
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0em;
  color: #000000;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.b-s-swiper .swiper-slide .industry-type {
  font-family: "微软雅黑";
  font-size: 16px;
  line-height: 32px;
  color: #AEAEAE;
}

.b-s-swiper .swiper-slide .business-activities {
  font-family: 微软雅黑;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.b-s-swiper .swiper-slide .business-activities b {
  color: #333333;
  font-weight: 700;
}

.b-s-swiper .swiper-slide .address {
  font-family: 微软雅黑;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.b-s-swiper .swiper-slide .address b {
  color: #333333;
  font-weight: 700;
}

.b-s-swiper .swiper-slide h4,
.b-s-swiper .swiper-slide .industry-type,
.b-s-swiper .swiper-slide .address,
.b-s-swiper .swiper-slide .business-activities {
  padding: 0 20px;
}

.b-s-swiper .swiper-slide hr {
  margin: 10px 0;
}

.b-s-swiper .swiper-slide .b-s-more {
  width: 96px;
  height: 32px;
  border-radius: 2px;
  background: #2874E5;
  color: #FFFFFF;
  display: block;
  text-align: center;
  line-height: 32px;
  margin-top: 20px;
  margin-left: 20px;
}

.b-s-swiper .swiper-slide:hover {
  background: #2B75D0;
}

.b-s-swiper .swiper-slide:hover h4,
.b-s-swiper .swiper-slide:hover .industry-type,
.b-s-swiper .swiper-slide:hover .address,
.b-s-swiper .swiper-slide:hover .address b,
.b-s-swiper .swiper-slide:hover .business-activities,
.b-s-swiper .swiper-slide:hover .business-activities b {
  color: #FFFFFF;
}

.b-s-swiper .swiper-slide:hover .b-s-more {
  background: #FFFFFF;
  color: #2B75D0;
}

.b-s-swiper .swiper-wrapper {
  /* padding: 50px; */
}

.b-s-swiper .swiper-pagination {
  position: initial;
  height: 30px;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.b-s-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 13px;
  height: 13px;
}

.w1600 {
  width: 1580px;
  margin: 0 auto;
}

/*交易公告*/
.trading-notice {
  height: 209px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(43, 117, 208, 0.1);
  margin-top: 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.notice-icon {
  width: 232px;
  height: 189px;
  background: url(../images/jyddt-notice-img.png) center no-repeat;
  position: relative;
}

.notice-icon:after {
  content: "";
  width: 2px;
  height: 195px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.21);
  filter: blur(4px);
}

.notice-list {
  width: 1140px;
  padding-right: 20px;
}

.notice-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.notice-list li {
  width: 519px;
  height: 64px;
  background: #FFFFFF;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.notice-list li:hover {
  box-shadow: 0px 4px 10px 0px rgba(3, 102, 190, 0.1);
}

.notice-list li a {
  display: flex;
  justify-content: space-between;
}

.notice-list li a .text {
  font-family: Microsoft YaHei;
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  text-align: justify; /* 浏览器可能不支持 */
  letter-spacing: 0em;
  color: #333333;
  width: calc(100% - 70px);
  padding-right: 10px;
  position: relative;
}

.notice-list li a .text:after {
  content: "";
  width: 1px;
  height: 29px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: radial-gradient(#2B75D0, #ffffff);
}

.notice-list li a .date {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.notice-list li a .date h3 {
  font-family: Microsoft YaHei;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #2B75D0;
}

.notice-list li a .date p {
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0em;
  color: #C8C8C8;
}

/*金融服务*/
.jrfw-tip {
  margin-bottom: 40px;
  text-align: center;
}

.jrfw-tip h3 {
  font-family: Microsoft YaHei;
  font-size: 40px;
  font-weight: bold;
  line-height: 67px;
  letter-spacing: 0em;
  color: #2B75D0;
  background: url(../images/jrfw-no-biulding-bg.png) top center no-repeat;
  padding-top: 57px;
  display: flex;
  justify-content: center;
}

.finance-swiper {
  padding-bottom: 20px;
  /* background: url(../images/jrfw_card_bg.png) center  no-repeat; */
}

.finance-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 10px 0px rgba(43, 117, 208, 0.1);
}

.finance-swiper img {
  max-width: 100%;
  max-height: 130px;
}

.jrfw-card .policy-btn {
  margin-top: 18px;
}

/*智慧物流*/
.zhwl-card h3 {
  margin-bottom: 30px;
  font-family: Microsoft YaHei;
  font-size: 40px;
  font-weight: bold;
  line-height: 67px;
  letter-spacing: 0em;
  color: #2B75D0;
  background: url(../images/jrfw-no-biulding-bg.png) top center no-repeat;
  padding-top: 57px;
  display: flex;
  justify-content: center;
}

.zhwl-card ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.zhwl-card ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/zhwl-item-img.png) center no-repeat;
  width: 326px;
  height: 122px;
  box-shadow: 0px 4px 10px 0px rgba(43, 117, 208, 0.2);
}

.zhwl-card ul li a {
  font-family: Microsoft YaHei;
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0em;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.zhwl-card ul li:hover {
  background: url(../images/zhwl-item-img-hover.png) center no-repeat;
}

.zhwl-card ul li:hover a {
  color: #FFFFFF;
}

/*产业链图*/
.cylt-card-tab {
  width: 1140px;
  margin: auto;
}

.cylt-card-tab ul {
  display: flex;
  justify-content: space-between;
}

.cylt-card-tab li {
  width: 279px;
  height: 126px;
  font-family: Microsoft YaHei;
  font-size: 24px;
  font-weight: bold;
  line-height: 100px;
  color: #2B75D0;
  text-indent: 2.8em;
  cursor: pointer;
}

.cylt-card-tab li.item {
  background: url(../images/cylt-tab-item-img.png) center no-repeat;
}

.cylt-card-tab li.item:hover {
  background: url(../images/cylt-tab-item-img-hover.png) center no-repeat;
  color: #FFFFFF;
}

.cylt-card-tab li.item.on {
  background: url(../images/cylt-tab-item-img-hover.png) center no-repeat;
  color: #FFFFFF;
}

.cylt-dynamic {
  margin-top: 40px !important;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(43, 117, 208, 0.15);
  display: none;
  padding: 50px;
}

.cylt-dynamic:first-child {
  display: block;
}

.cylt-dynamic img {
  width: 1110px;
}

.resources-map-container {
  box-sizing: border-box;
  padding: 80px 0 100px;
  background: url("../images/1370.png") no-repeat center top;
}

.resources-map-card {
  height: 624px;
  background: url("../images/minerals_right_bg1.png") no-repeat center center;
  margin-top: 40px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 60px 108px 30px 166px;
}

.resources-map-card:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px 0 rgba(43, 117, 208, 0.2);
  border-radius: 10px;
  z-index: -1;
  left: 0;
  top: 0;
}

#re_map {
  width: 452px;
  height: 517px;
}

.resources-map-right {
  width: 588px;
  height: 534px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0 36px 18px;
}

.resources-map-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 75px;
}

.resources-map-head li {
  font-size: 18px;
  font-weight: bold;
  color: #2B75D0;
  text-align: center;
}

.resources-map-head li:first-child {
  width: 120px;
}

.resources-map-head li:nth-child(2) {
  width: 80px;
}

.resources-map-head li:nth-child(3) {
  width: 120px;
}

.resources-map-head li:last-child {
  width: 120px;
}

.resources-map-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(0, 104, 234, 0.18);
  border-radius: 10px;
  height: 100%;
}

.resources-map-item li {
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.resources-map-item li:first-child {
  width: 120px;
}

.resources-map-item li:nth-child(2) {
  width: 80px;
}

.resources-map-item li:nth-child(3) {
  width: 120px;
}

.resources-map-item li:last-child {
  width: 120px;
}

.resourcesMapSwiper {
  height: calc(100% - 75px);
}

.trading-channel .result-card .result-swiper a .status {
  width: 35px !important;
  min-width: auto;
  height: 20px;
  border-radius: 0 5px 0 10px;
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  line-height: 20px;
  margin: 0;
}
