@charset "UTF-8";
/**
* 20220921铜陵市公共交易中心首页
* date:2022-9-21
* author: hjh;
 */
.hot-service {
  position: relative;
  /* height: 145px; */
  margin: 24px 0;
  box-shadow: 0 2px 10px 0 rgba(1, 82, 147, 0.12);
  box-sizing: border-box;
  padding: 24px 0 0 772px;
  background: #fff;
}
.hot-service .swiper-container {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  left: 0;
  top: 0;
}
.hot-service .swiper-slide:before {
  display: none;
}
.hot-service-list {
  position: relative;
  display: flex;
  z-index: 99;
}
.hot-service-item {
  width: 77px;
  height: 109px;
  background: url("../images/index/hot_item.png") no-repeat center 1px;
  margin-right: 10px;
  text-align: center;
}
.hot-service-item:hover {
  background: url("../images/index/hot_item_active.png") no-repeat center top;
}
.hot-service-item:hover .hot-service-txt {
  color: #007de6;
}
.hot-service-item > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 64px;
}
.hot-service-ico {
  position: absolute;
  width: 35px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center;
  left: 50%;
  transform: translateX(-50%);
  top: 22px;
}
.hot-service-ico.ico1 {
  background-image: url("../images/index/hot_ico1.png");
}
.hot-service-ico.ico2 {
  background-image: url("../images/index/hot_ico2.png");
}
.hot-service-ico.ico3 {
  background-image: url("../images/index/hot_ico3.png");
}
.hot-service-ico.ico4 {
  background-image: url("../images/index/hot_ico4.png");
}
.hot-service-ico.ico5 {
  background-image: url("../images/index/hot_ico5.png");
}
.hot-service-ico.ico6 {
  background-image: url("../images/index/hot_ico6.png");
}
.hot-service-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  font-size: 16px;
  color: #666;
  line-height: 16px;
  text-align: center;
  position: relative;
  z-index: 99;
}

.notice {
  position: relative;
  height: 66px;
  background: #fff;
  border: 1px solid #d6e9fa;
  box-sizing: border-box;
}
.notice .label {
  position: absolute;
  width: 137px;
  height: 66px;
  line-height: 66px;
  background: url("../images/index/notice_label.png") no-repeat center;
  left: -1px;
  top: -1px;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  padding-left: 20px;
}
.notice-list {
  display: flex;
  height: 64px;
  margin-left: 115px;
  align-items: center;
}
.notice-item {
  padding-left: 22px;
  background: url("../images/index/notice_ico.png") no-repeat left center;
  margin-left: 40px;
  width: 346px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notice-item a{
  color: #333;
}

.mod {
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(41, 85, 146, 0.12);
  box-sizing: border-box;
  padding: 15px 15px 0;
}
.mod-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  margin-bottom: 30px;
  justify-content: space-between;
}
.mod.info {
  width: 836px;
  height: 708px;
}
.mod.info .mod-hd > h2 {
  background-image: url("../images/index/mod_ico1.png");
}
.mod.dept {
  width: 440px;
  height: 708px;
}
.mod.dept .mod-hd > h2 {
  background-image: url("../images/index/mod_ico2.png");
}
.mod.trade {
  width: 836px;
  height: 243px;
  margin-top: 20px;
}
.mod.trade .mod-hd > h2 {
  background-image: url("../images/index/mod_ico3.png");
}
.mod-hd {
  height: 46px;
  background: url("../images/index/mod_hd.png") no-repeat left center;
}
.mod-hd > h2 {
  line-height: 46px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  padding-left: 48px;
  background-position: 13px center;
  background-repeat: no-repeat;
}

.others {
  width: 440px;
  height: 243px;
}
.others-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.others-item {
  width: 210px;
  height: 110px;
  background: #f1f6fe;
  margin-bottom: 23px;
}
.others-link {
  display: block;
  font-size: 18px;
  width: 100%;
  height: 100%;
  color: #333;
  text-align: center;
  line-height: 18px;
  background-repeat: no-repeat;
  background-position: center 16px;
  padding-top: 75px;
  box-sizing: border-box;
}
.others-link.ico1 {
  background-image: url("../images/index/others_ico1.png");
}
.others-link.ico2 {
  background-image: url("../images/index/others_ico2.png");
}
.others-link.ico3 {
  background-image: url("../images/index/others_ico3.png");
}
.others-link.ico4 {
  background-image: url("../images/index/others_ico4.png");
}
.others-link.ico1 {
  background-position: center 13px;
}

.trade-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.trade-item {
  width: 186px;
  height: 143px;
  background: #f1f6fe;
  border: 1px solid #f1f6fe;
}
.trade-link {
  display: block;
  font-size: 16px;
  width: 100%;
  height: 100%;
  color: #333;
  text-align: center;
  line-height: 16px;
  background-repeat: no-repeat;
  background-position: center 14px;
  padding-top: 87px;
  box-sizing: border-box;
}
.trade-link.ico1 {
  background-image: url("../images/index/trade_ico1.png");
}
.trade-link.ico2 {
  background-image: url("../images/index/trade_ico2.png");
}
.trade-link.ico3 {
  background-image: url("../images/index/trade_ico3.png");
}
.trade-link.ico4 {
  background-image: url("../images/index/trade_ico4.png");
}
.trade-num {
  font-size: 14px;
  color: #888;
  line-height: 34px;
}
.trade-num > span {
  color: #fe8b06;
  margin-left: 8px;
}

.swiper-container {
  width: 410px;
  height: 230px;
  margin: 20px auto 0;
}
.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.swiper-slide > img {
  width: 100%;
  height: 100%;
}
.swiper-slide:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 38px;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  bottom: 0;
}
.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
  border-radius: 4px;
}
.swiper-pagination-bullet-active {
  width: 16px;
  opacity: 1;
  background: #fff;
}

.dept-hd {
  display: flex;
  border-bottom: 1px solid #e8ecf6;
}
.dept-hd-item {
  position: relative;
  height: 60px;
  font-size: 16px;
  color: #333;
  line-height: 60px;
  margin-right: 9px;
  cursor: pointer;
}
.dept-hd-item a{
  color: #333;
}
.dept-hd-item.active {
  color: #007de6;
  font-weight: bold;
}
.dept-hd-item a.active{
  color: #007de6;
}
.dept-hd-item.active:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #007de6;
  left: 0;
  bottom: -1px;
}
.dept-list {
  padding-top: 8px;
}
.dept-item {
  position: relative;
}
.dept-item:hover > a {
  color: #007de6;
}
.dept-item:hover .time {
  color: #007de6;
}
.dept-item:hover::before {
  background-image: url("../images/index/info_before_active.png");
}
.dept-item > a {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #333;
  line-height: 40px;
}
.dept-item > a .content {
  padding-left: 21px;
  box-sizing: border-box;
  width: 353px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dept-item > a .time {
  color: #888;
}
.dept-item:last-child:after {
  display: none;
}
.dept-item:before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/index/info_before.png");
  left: -9px;
  top: 6px;
}
.dept-item:after {
  position: absolute;
  content: "";
  width: 3px;
  height: 30px;
  background: url("../images/index/dept_after.png") no-repeat center;
  left: 3.5px;
  top: 27px;
}

.info-tab {
  display: flex;
  justify-content: space-between;
}
.info-hd {
  width: 189px;
  height: 454px;
  background: url("../images/index/info_hd.png") no-repeat bottom 6px center;
  box-shadow: 0px 2px 10px 0px rgba(41, 85, 146, 0.12);
  margin-top: 20px;
  padding-top: 20px;
  box-sizing: border-box;
}
.info-hd-item {
  height: 60px;
  font-size: 18px;
  color: #333;
  line-height: 22px;
  text-align: center;
  margin-right: -13px;
  cursor: pointer;
  box-sizing: border-box;
  padding-right: 13px;
}
.info-hd-item > p {
  display: flex;
  height: 49px;
  align-items: center;
  justify-content: center;
}
.info-hd-item > p a{
  color: #333;
}
.info-hd-item.active {
  color: #fff;
  background: url("../images/index/info_item_active.png") no-repeat 9px bottom;
}
.info-hd-item.active a{
  color: #fff;
  /*color: #007de6;*/
}
.info-bd {
  width: 576px;
  margin-top: 20px;
}

.type-hd {
  display: flex;
  border-bottom: 1px solid #e8ecf6;
}
.type-hd-item {
  position: relative;
  height: 54px;
  font-size: 18px;
  color: #333;
  line-height: 54px;
  margin-right: 21px;
  cursor: pointer;
}
.type-hd-item.active {
  color: #007de6;
  font-weight: bold;
}
.type-hd-item.active:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #007de6;
  left: 0;
  bottom: -1px;
}

.city-hd {
  display: flex;
  margin-top: 20px;
}
.city-hd-item {
  position: relative;
  width: 103px;
  height: 38px;
  background: #ecf4fe;
  border: 1px solid #ecf4fe;
  line-height: 38px;
  margin-right: 15px;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 16px;
  color: #666;
  text-align: center;
}
.city-hd-item:last-child {
  margin-right: 0;
}
.city-hd-item.active {
  border: 1px solid #007DE6;
  background: linear-gradient(0deg, #E3EEFC 0%, #FFFFFF 100%);
  color: #3085f5;
}
.city-bd .dept-list {
  margin-top: 9px;
}
.city-bd .dept-item > a .content {
  width: 500px;
}

.link-list {
  display: flex;
  margin-top: 25px;
}
.link-item {
  width: 186px;
  height: 135px;
  margin-right: 21px;
}
.link-item:last-child {
  margin-right: 0;
}
.link-item-wrap {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.link-item.ico1 .link-item-wrap {
  background-image: url("../images/index/other_link1.png");
}
.link-item.ico2 .link-item-wrap {
  background-image: url("../images/index/other_link2.png");
}
.link-item.ico3 .link-item-wrap {
  background-image: url("../images/index/other_link3.png");
}
.link-item.ico4 .link-item-wrap {
  background-image: url("../images/index/other_link4.png");
}

.str_wrap {
  background: transparent;
  margin-left: 160px;
  width: 1110px;
  font-size: 16px;
  line-height: 64px;
}
.str_wrap.str_active {
  background: transparent;
}

.str_move {
  display: flex;
}

/* 2023-3-17 调整 */
.mod {
  padding: 15px 0 0;
}

.mod-hd {
  position: relative;
}

.mod-hd::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 2px;
  background-color: #007DE6;
}

.mod-bd {
  padding: 0 15px;
}

/* 2023-5-15 调整 */
.hot-service-ico {
  top: 17px;
  width: 41px;
  height: 41px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 21px rgba(88, 118, 230, 0.13);
          box-shadow: 0 0 21px rgba(88, 118, 230, 0.13);
  border-radius: 50%;
}

.hot-service-ico.ico6 {
  background-color: transparent;
}

.hot-service-txt {
  color: #333;
}

.hot-service-item {
  border: 1px solid transparent;
  background: #bfd7ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#bfd7ff), to(#dbe8fb));
  background: -webkit-linear-gradient(top, #bfd7ff, #dbe8fb);
  background: -o-linear-gradient(top, #bfd7ff, #dbe8fb);
  background: linear-gradient(to bottom, #bfd7ff, #dbe8fb);
  border-radius: 4px;
}

.hot-service-item:hover {
  border-color: #fff;
  background: #bfd7ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#bfd7ff), to(#dbe8fb));
  background: -webkit-linear-gradient(top, #bfd7ff, #dbe8fb);
  background: -o-linear-gradient(top, #bfd7ff, #dbe8fb);
  background: linear-gradient(to bottom, #bfd7ff, #dbe8fb);
  -webkit-box-shadow: 0 2px 8px rgba(62, 82, 101, 0.18);
          box-shadow: 0 2px 8px rgba(62, 82, 101, 0.18);
}

.hot-service-item:hover .hot-service-txt {
  color: #5481ff;
}

.hot-service-item#platform-login {
  background: #1852cf;
  background: -webkit-gradient(linear, left top, left bottom, from(#2baafe), to(#1852cf));
  background: -webkit-linear-gradient(top, #2baafe, #1852cf);
  background: -o-linear-gradient(top, #2baafe, #1852cf);
  background: linear-gradient(to bottom, #2baafe, #1852cf);
}

.hot-service-item#platform-login .hot-service-txt {
  color: #fff;
}

.others-link {
  position: relative;
  padding-top: 22px;
  padding-left: 20px;
  color: #385fc9;
  background: url("../images/index/others_ico1.png") right 18px bottom 12px no-repeat;
  text-align: left;
}

.others-link::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 62px;
  width: 26px;
  height: 3px;
  background-color: #385fc9;
  border-radius: 1.5px;
}

.others-item {
  background: url("../images/index/other_bg1.png") left center no-repeat;
  background-size: 100% 100%;
  -webkit-box-shadow: 0 4px 8px rgba(114, 120, 127, 0.12);
          box-shadow: 0 4px 8px rgba(114, 120, 127, 0.12);
}

.others-item.ico2 {
  background-image: url("../images/index/other_bg2.png");
}

.others-item.ico2 .others-link {
  color: #7c4938;
  background-image: url("../images/index/others_ico2.png");
}

.others-item.ico2 .others-link::before {
  background-color: #7c4938;
}

.others-item.ico3 {
  background-image: url("../images/index/other_bg3.png");
}

.others-item.ico3 .others-link {
  color: #2c7c72;
  background-image: url("../images/index/others_ico3.png");
}

.others-item.ico3 .others-link::before {
  background-color: #2c7c72;
}

.others-item.ico4 {
  background-image: url("../images/index/other_bg4.png");
}

.others-item.ico4 .others-link {
  color: #2f6394;
  background-image: url("../images/index/others_ico4.png");
}

.others-item.ico4 .others-link::before {
  background-color: #2f6394;
}

/* 2023-5-19 调整 */
.hot-service {
  margin-bottom: 15px;
}

.notice {
  height: 46px;
}

.notice .label {
  height: 46px;
  line-height: 46px;
}

.notice-list {
  height: 50px;
}

.str_wrap {
  line-height: 46px;
}

.mod-wrap {
  margin-top: 15px;
}

.info-bd {
  width: 590px;
}

.type-hd-wrap {
  position: relative;
}

.type-hd-item {
  margin-right: 20px;
}

.type-hd-item:last-child {
  margin-right: 0;
}

.type-more {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.type-more .more {
  color: #999;
}

.city-hd-item {
  width: 106px;
}

/* 2023-5-23 调整 */
.show-old .others-link::before {
  display: none;
}

.show-old .type-hd {
  position: relative;
  padding-bottom: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.show-old .type-hd-wrap {
  float: left;
  padding: 0;
  box-sizing: border-box;
  box-shadow: 0px 2px 10px 0px rgba(41, 85, 146, 0.12);
}

.show-old .type-hd-item {
  padding-left: 10px;
  padding-right: 25px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.show-old .type-more {
  top: auto;
  right: auto;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.show-old .type-more .more {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 15px;
  font-size: 18px;
  background-color: #fff;
  color: #007DE6;
  border: 1px solid #007DE6;
}

/* 2023-6-26 调整 */
.notice {
  line-height: 44px;
}

.notice-list {
  display: block;
  margin-right: 80px;
  overflow: hidden;
}

.notice-item {
  width: calc(33.33% - 40px);
}

.notice-item a {
  color: #333;
}

.notice-more {
  position: absolute;
  right: 10px;
  top: 0;
  color: #999;
}

/* 适老化 */
.show-old .hot-service .swiper-container {
  display: none;
}

.show-old .hot-service {
  padding: 22px 0;
}

.show-old .notice-item {
  margin-left: 20px;
}

.show-old .notice-item:first-child {
  margin-left: 75px;
}

.show-old .notice-item a {
  font-size: 21px;
}

.show-old .notice-more {
  font-size: 21px;
}

.show-old .notice .label {
  font-size: 33px;
  width: 180px;
  background-size: 100% 100%;
}

.show-old .info-hd-item.active {
  color:;
}

.show-old .type-hd-item {
  text-align:left;
}

.show-old .type-bd {
  margin-left: 31px;
}

.show-old .type-hd {
  /* width: 209px; */
}

.show-old .type-hd-item:last-child {
   width: 107%;
}

.show-old .type-hd-item.active {
  background-size: 100% 100%;
}

.show-old .dept-hd-item {
  font-size: 24px;
  margin-right: 30px;
}
.show-old .dept-tab {
  padding: 10px 0;
}

.show-old .trade-item {
  height: 160px;
  width: calc((100% / 4) - 15px);
}

.show-old .mod.trade {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}

.show-old .trade-item p {
  font-size: 21px;
  margin-top: 7px;
}

.show-old .trade-item span {
  font-size: 21px;
}

.show-old .others {
  width: 100%;
  height: auto;
  margin: 15px 0;
}

.show-old .others-list {
  margin: 0;
  flex-direction: row-reverse;
  width: 100%;
}

.show-old .others-item {
  width: calc(25% - 15px);
  height: auto;
}

.show-old .info-bd {
  height: 475px;
}

.show-old .type-tab {
  height: auto;
}

.show-old .city-hd {
  width: 95%;
}

.show-old .info-hd {
  height:auto;
}

.show-old .link-list {
  width: 100%;
  margin: 25px 0 30px;
}

.show-old .link-item {
  width: 25%;
  height: 187px;
}

.show-old .hot-service-txt {
  white-space: nowrap;
}