@charset "UTF-8";
/**
 * 0315马鞍山市兴马项目咨询有限公司招标采购业务系统建设项目
 * date: 2024-3-14
 * author: zhaodingqi;
 */
html {
  background: #fff;
}

body {
  background: url("../images/bg.jpg") bottom 218px center no-repeat;
}

.content {
  padding-bottom: 20px;
}

.section {
  padding-top: 30px;
}
.section-head {
  height: 25px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-title {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.1em;
  color: #1C77FF;
}
.section-title::before {
  content: "";
  position: absolute;
  left: -371px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 351px;
  height: 25px;
  background: url("../images/title_before.png") center no-repeat;
  background-size: 100% 25px;
}
.section-title::after {
  content: "";
  position: absolute;
  right: -371px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 351px;
  height: 25px;
  background: url("../images/title_after.png") center no-repeat;
  background-size: 100% 25px;
}
.section-body {
  margin-top: 25px;
}

.news-swiper {
  width: 488px;
  height: 281px;
}
.news-swiper .swiper-container-horizontal > .swiper-pagination-bullets {
  left: auto;
  right: 20px;
  bottom: 12px;
  width: 150px;
  text-align: right;
}
.news-swiper .swiper-pagination-bullet {
  vertical-align: middle;
  width: 12px;
  height: 6px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  margin: 0 3px !important;
  opacity: 1;
}
.news-swiper .swiper-pagination-bullet-active {
  width: 34px;
  background: #106ACE;
}
.news-item {
  position: relative;
  display: block;
  height: 281px;
}
.news-img {
  width: 100%;
  height: 100%;
}
.news-desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding-left: 12px;
  padding-right: 170px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: rgba(82, 130, 177, 0.3);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.notice-wrap {
  width: 692px;
  height: 281px;
}
.notice-hd {
  position: relative;
  height: 42px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice-hd-item {
  position: relative;
  float: left;
  height: 42px;
  margin-right: 40px;
  font-size: 16px;
}
.notice-hd-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice-hd-item:hover::after, .notice-hd-item.current::after {
  border-color: #1C77FF;
}
.notice-hd-item:hover a, .notice-hd-item.current a {
  color: #1C77FF;
}
.notice-hd-item a {
  display: block;
  height: 100%;
  padding-top: 8px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice-hd-more {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  display: inline-block;
  vertical-align: top;
  color: #7C8BA1;
  padding-right: 9px;
  height: 42px;
  line-height: 42px;
  background: url("../images/more_arrow.png") right top 18px no-repeat;
}
.notice-bd {
  padding-top: 10px;
}
.notice-list {
  height: 229px;
  overflow: hidden;
}
.notice-list .notice-item {
  height: 41px;
  border-bottom: 1px solid #F4F4F4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 6px;
}
.notice-list .notice-item:first-child {
  margin-top: 0;
}
.notice-list .notice-item.current {
  background: #F5F8FF;
}
.notice-list .notice-item.current .name {
  color: #3472D7;
}
.notice-list .notice-item.current .date {
  color: #3472D7;
}
.notice-list .notice-item a {
  display: block;
  height: 100%;
  padding: 11px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice-list .notice-item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 18px;
}
.notice-list .notice-item .name {
  color: #000;
  font-size: 16px;
  padding-right: 30px;
}
.notice-list .notice-item .date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  color: #7C8BA1;
  font-size: 14px;
}
.notice-list .notice-item .desc {
  display: none;
  margin-top: 6px;
  overflow: hidden;
  color: #7C8BA1;
  font-size: 14px;
  line-height: 18px;
}

.platform-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.platform-item {
  width: 219px;
  height: 84px;
  margin-right: 26px;
}
.platform-item:last-child {
  margin-right: 0;
}
.platform-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 18px 21px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.platform-item:nth-child(1) a {
  background: url("../images/planform_bg_1.png") center no-repeat;
  background-size: 100% 100%;
}
.platform-item:nth-child(2) a {
  background: url("../images/planform_bg_2.png") center no-repeat;
  background-size: 100% 100%;
}
.platform-item:nth-child(3) a {
  background: url("../images/planform_bg_3.png") center no-repeat;
  background-size: 100% 100%;
}
.platform-item:nth-child(4) a {
  background: url("../images/planform_bg_4.png") center no-repeat;
  background-size: 100% 100%;
}
.platform-item:nth-child(5) a {
  background: url("../images/planform_bg_5.png") center no-repeat;
  background-size: 100% 100%;
}
.platform-item:nth-child(6) a {
  background: url("../images/planform_bg_6.png") center no-repeat;
  background-size: 100% 100%;
}
.platform-item:hover a {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  background-size: 105% 105%;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
}
.platform-item .text {
  position: relative;
}

.trade-hd-item {
  position: relative;
  float: left;
  width: calc(11% - 13px);
  height: 130px;
  margin-right: 16px;
}
.trade-hd-item:last-child {
  margin-right: 0;
}
.trade-hd-item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 22px;
  height: 9px;
}
.trade-hd-item a {
  display: block;
  height: 100%;
  padding-top: 89px;
  font-size: 20px;
  line-height: 24px;
  color: #333;
  text-align: center;
  border: 1px solid #D4D4D4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.trade-hd-item:nth-child(1) a {
  background: url("../images/trade_ico_1.png") top 17px center no-repeat;
}
.trade-hd-item:nth-child(2) a {
  background: url("../images/trade_ico_2.png") top 17px center no-repeat;
}
.trade-hd-item:nth-child(3) a {
  background: url("../images/trade_ico_3.png") top 17px center no-repeat;
}
.trade-hd-item:nth-child(4) a {
  background: url("../images/trade_ico_4.png") top 17px center no-repeat;
}
.trade-hd-item:nth-child(5) a {
  background: url("../images/trade_ico_5.png") top 17px center no-repeat;
}
.trade-hd-item:nth-child(6) a {
  background: url("../images/trade_ico_6.png") top 17px center no-repeat;
}
.trade-hd-item:nth-child(7) a {
  background: url("../images/trade_ico_7.png") top 17px center no-repeat;
}
.trade-hd-item:nth-child(8) a {
  background: url("../images/trade_ico_8.png") top 17px center no-repeat;
}
.trade-hd-item:nth-child(9) a {
  background: url("../images/trade_ico_9.png") top 17px center no-repeat;
}
.trade-hd-item:hover:nth-child(1), .trade-hd-item.current:nth-child(1) {
  font-weight: bold;
  background: url("../images/trade_active_1.png") center no-repeat;
}
.trade-hd-item:hover:nth-child(1) a, .trade-hd-item.current:nth-child(1) a {
  color: #1C77FF;
  border-color: #1C77FF;
}
.trade-hd-item:hover:nth-child(1)::after, .trade-hd-item.current:nth-child(1)::after {
  background: url("../images/trade_after_1.png") top -1px center no-repeat;
}
.trade-hd-item:hover:nth-child(2), .trade-hd-item.current:nth-child(2) {
  font-weight: bold;
  background: url("../images/trade_active_2.png") center no-repeat;
}
.trade-hd-item:hover:nth-child(2) a, .trade-hd-item.current:nth-child(2) a {
  color: #F8A310;
  border-color: #F8A310;
}
.trade-hd-item:hover:nth-child(2)::after, .trade-hd-item.current:nth-child(2)::after {
  background: url("../images/trade_after_2.png") top -1px center no-repeat;
}
.trade-hd-item:hover:nth-child(3), .trade-hd-item.current:nth-child(3) {
  font-weight: bold;
  background: url("../images/trade_active_3.png") center no-repeat;
}
.trade-hd-item:hover:nth-child(3) a, .trade-hd-item.current:nth-child(3) a {
  color: #55BA43;
  border-color: #55BA43;
}
.trade-hd-item:hover:nth-child(3)::after, .trade-hd-item.current:nth-child(3)::after {
  background: url("../images/trade_after_3.png") top -1px center no-repeat;
}
.trade-hd-item:hover:nth-child(4), .trade-hd-item.current:nth-child(4) {
  font-weight: bold;
  background: url("../images/trade_active_4.png") center no-repeat;
}
.trade-hd-item:hover:nth-child(4) a, .trade-hd-item.current:nth-child(4) a {
  color: #18A9E2;
  border-color: #18A9E2;
}
.trade-hd-item:hover:nth-child(4)::after, .trade-hd-item.current:nth-child(4)::after {
  background: url("../images/trade_after_4.png") top -1px center no-repeat;
}
.trade-hd-item:hover:nth-child(5), .trade-hd-item.current:nth-child(5) {
  font-weight: bold;
  background: url("../images/trade_active_5.png") center no-repeat;
}
.trade-hd-item:hover:nth-child(5) a, .trade-hd-item.current:nth-child(5) a {
  color: #E0B61E;
  border-color: #E0B61E;
}
.trade-hd-item:hover:nth-child(5)::after, .trade-hd-item.current:nth-child(5)::after {
  background: url("../images/trade_after_5.png") top -1px center no-repeat;
}
.trade-hd-item:hover:nth-child(6), .trade-hd-item.current:nth-child(6) {
  font-weight: bold;
  background: url("../images/trade_active_6.png") center no-repeat;
}
.trade-hd-item:hover:nth-child(6) a, .trade-hd-item.current:nth-child(6) a {
  color: #388CEA;
  border-color: #388CEA;
}
.trade-hd-item:hover:nth-child(6)::after, .trade-hd-item.current:nth-child(6)::after {
  background: url("../images/trade_after_6.png") top -1px center no-repeat;
}
.trade-hd-item:hover:nth-child(7), .trade-hd-item.current:nth-child(7) {
  font-weight: bold;
  background: url("../images/trade_active_7.png") center no-repeat;
}
.trade-hd-item:hover:nth-child(7) a, .trade-hd-item.current:nth-child(7) a {
  color: #2CC9CE;
  border-color: #2CC9CE;
}
.trade-hd-item:hover:nth-child(7)::after, .trade-hd-item.current:nth-child(7)::after {
  background: url("../images/trade_after_7.png") top -1px center no-repeat;
}
.trade-hd-item:hover:nth-child(8), .trade-hd-item.current:nth-child(8) {
  font-weight: bold;
  background: url("../images/trade_active_8.png") center no-repeat;
}
.trade-hd-item:hover:nth-child(8) a, .trade-hd-item.current:nth-child(8) a {
  color: #695EEA;
  border-color: #695EEA;
}
.trade-hd-item:hover:nth-child(8)::after, .trade-hd-item.current:nth-child(8)::after {
  background: url("../images/trade_after_8.png") top -1px center no-repeat;
}

.trade-hd-item:hover:nth-child(9), .trade-hd-item.current:nth-child(9) {
  font-weight: bold;
  background: url("../images/trade_active_9.png") center no-repeat;
}
.trade-hd-item:hover:nth-child(9) a, .trade-hd-item.current:nth-child(9) a {
  color: #F5AEB9;
  border-color: #F5AEB9;
}
.trade-hd-item:hover:nth-child(9)::after, .trade-hd-item.current:nth-child(9)::after {
  background: url("../images/trade_after_9.png") top -1px center no-repeat;
}

.trade-bd {
  padding-top: 22px;
  min-height: 455px;
}
.trade-sub-hd-item {
  float: left;
  width: calc(15%);
  margin-right: 24px;
  height: 40px;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  border-bottom: 2px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.trade-sub-hd-item:last-child {
  margin-right: 0;
}
.trade-sub-hd-item a {
  display: block;
  height: 100%;
  color: #333;
}
.trade-sub-hd-item:hover, .trade-sub-hd-item.current {
  font-weight: bold;
  border-color: #1C77FF;
}
.trade-sub-hd-item:hover a, .trade-sub-hd-item.current a {
  color: #1C77FF;
}
.trade-sub-bd {
  margin: 15px -4px 0;
  background: #fff;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(64, 102, 173, 0.1019607843);
          box-shadow: 0px 2px 20px 0px rgba(64, 102, 173, 0.1019607843);
}
.trade-sub-list {
  height: 390px;
  padding: 3px 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.trade-sub-item {
  position: relative;
  height: 48px;
  line-height: 47px;
  border-bottom: 1px dashed #D2D2D2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.trade-sub-item:last-child {
  margin-bottom: 0;
  border-color: transparent;
}
.trade-sub-item:hover .title {
  color: #1C77FF;
}
.trade-sub-item a {
  display: block;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.trade-sub-item .title {
  float: left;
  width: 894px;
  padding-left: 16px;
  font-size: 16px;
  color: #353B4B;
  background: url("../images/list_ico.png") left center no-repeat;
  background-size: 8px 8px;
}
.trade-sub-item .info {
  float: right;
  padding-left: 30px;
  font-size: 14px;
  color: #7C8BA1;
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrap .section {
  width: calc(50% - 15px);
  padding-top: 30px;
  margin-right: 30px;
}
.wrap .section:last-child {
  margin-right: 0;
}
.wrap .section-title::before {
  left: -215px;
  width: 195px;
  background-image: url("../images/title_before_half.png");
}
.wrap .section-title::after {
  right: -215px;
  width: 195px;
  background-image: url("../images/title_after_half.png");
}
.wrap .section-body {
  position: relative;
  padding: 0 30px;
  margin-top: 30px;
}
.wrap .section .swiper-container {
  padding-bottom: 10px;
}
.wrap .section .half-prev {
  left: 0;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url("../images/prev_btn.png") center no-repeat;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(155, 179, 240, 0.25);
          box-shadow: 0px 3px 5px 0px rgba(155, 179, 240, 0.25);
  border-radius: 70px;
}
.wrap .section .half-next {
  right: 0;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url("../images/next_btn.png") center no-repeat;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(155, 179, 240, 0.25);
          box-shadow: 0px 3px 5px 0px rgba(155, 179, 240, 0.25);
  border-radius: 70px;
}
.wrap .section .show-wrap {
  display: block;
  height: 202px;
  padding: 12px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(113, 136, 169, 0.25);
          box-shadow: 0px 2px 20px 0px rgba(113, 136, 169, 0.25);
  border-radius: 0px 0px 0px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrap .section .show-wrap:hover {
  -webkit-box-shadow: 0 0 13px 0 rgba(32, 114, 213, 0.38);
          box-shadow: 0 0 13px 0 rgba(32, 114, 213, 0.38);
}
.wrap .section .show-wrap img {
  width: 100%;
  height: 150px;
}
.wrap .section .show-wrap .desc {
  margin-top: 10px;
  height: 18px;
  font-size: 16px;
  color: #333;
  line-height: 18px;
  text-align: center;
}

.trade-hd-item:last-child a{
  line-height: 22px;
  padding-top: 79px;
  font-size: 17px;
}