@charset "UTF-8";
/*
 * @Description: 首页
 * @Author: hxh
 * @Date: 2021-03-15 08:57:03
 */
#header {
  margin-bottom: 20px;
}

#footer {
  margin-top: 20px;
}

/* 公告 */
.notice {
  height: 426px;
  background-color: #fff;
}

.notice > .tab-hd {
  width: 150px;
  height: 100%;
  background: url("../images/index/img_tab_hd.png") center no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  padding-top: 10px;
}

.notice > .tab-hd .tab-nav {
  display: block;
  cursor: pointer;
  height: 42px;
  line-height: 42px;
  text-align: center;
  width: 146px;
  position: relative;
  margin-bottom: 20px;
  font-family: 'SourceHanSansCN-Medium';
  font-size: 18px;
  color: #000;
}

.notice > .tab-hd .tab-nav > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice > .tab-hd .tab-nav:last-child {
  margin-bottom: 0;
}

.notice > .tab-hd .tab-nav.active {
  background-image: -webkit-gradient(linear, left top, right top, from(#df5757), color-stop(68%, #ea7171), to(#f58a8a)), -webkit-gradient(linear, left top, left bottom, from(#cb2d25), to(#cb2d25));
  background-image: linear-gradient(90deg, #CD4C45 0%,  #df5757 100%), linear-gradient(#cb2d25, #cb2d25);
  background-blend-mode: normal, normal;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(221, 82, 82, 0.24);
          box-shadow: 0px 4px 4px 0px rgba(221, 82, 82, 0.24);
  border-radius: 21px 8px 0px 21px;
  color: #fff;
  font-family: 'SourceHanSansCN-Bold';
}

.notice > .tab-hd .tab-nav.active::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 0;
  border-color: #93161e transparent transparent transparent;
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
}

.notice > .tab-bd {
  width: calc(100% - 150px);
  height: 100%;
}

.notice > .tab-bd > .tab-page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 24px;
}

.notice .tab-page {
  height: 100%;
  overflow: hidden;
}

.notice .tab-page .tabview {
  height: 100%;
}

.notice .tab-page .tabview .tab-hd {
  height: 45px;
  border-bottom: 1px solid #e6e6e6;
}

.notice .tab-page .tabview .tab-hd .tab-nav {
  height: 100%;
  line-height: 45px;
  font-family: 'SourceHanSansCN-Medium';
  font-size: 18px;
  line-height: 50px;
  color: #000;
  margin-right: 29px;
  position: relative;
}

.notice .tab-page .tabview .tab-hd .tab-nav:last-child {
  margin-right: 0;
}

.notice .tab-page .tabview .tab-hd .tab-nav.active {
  font-family: 'SourceHanSansCN-Bold';
  color: #cb2d25;
}

.notice .tab-page .tabview .tab-hd .tab-nav.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  border-bottom: 1px solid #cb2d25;
  border-top: 3px solid #cb2d25;
}

.notice .tab-page .tabview .tab-bd {
  height: calc(100% - 46px);
}

.notice .tab-page .tabview .tab-bd .list-view {
  padding-left: 0;
  padding-right: 0;
}

/* 广告 */
.advertisement {
  display: block;
  margin: 20px 0;
}

.advertisement > img {
  width: 100%;
}

/* 新闻轮播 */
.news-swiper {
  height: 360px;
}

.news-swiper .swiper-slide {
  display: block;
  height: 360px;
  position: relative;
}

.news-swiper .swiper-slide > img {
  height: 100%;
  width: 100%;
}

.news-swiper .swiper-slide > .item-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(65, 65, 65, 0.8);
  height: 40px;
  line-height: 40px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 12px;
  padding-right: 199px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-swiper .swiper-button-next,
.news-swiper .swiper-button-prev {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.news-swiper .swiper-button-prev {
  left: 20px;
  background: url("../images/index/img_swiper_prev.png");
}

.news-swiper .swiper-button-prev:hover {
  background: url("../images/index/img_swiper_prev_h.png");
}

.news-swiper .swiper-button-next {
  right: 20px;
  background: url("../images/index/img_swiper_next.png");
}

.news-swiper .swiper-button-next:hover {
  background: url("../images/index/img_swiper_next_h.png");
}

.news-swiper .swiper-pagination-bullets {
  left: auto;
  right: 0;
  width: 199px;
  height: 5px;
  bottom: 18px;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 16px;
}

.news-swiper .swiper-pagination-bullets > span {
  vertical-align: top;
  height: 100%;
  width: 14px;
  border-radius: 0px;
  background-color: #ffffff;
  opacity: 0.4;
  margin: 0 6px;
}

.news-swiper .swiper-pagination-bullets > span.swiper-pagination-bullet-active {
  opacity: 1;
}

.tab-page {
  display: none;
}

/* 入口 */
.entrance {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  height: 426px;
}
.entrance > .link-item {
  box-sizing: border-box;
  margin: 20px 0 0 20px;
  padding: 43px 15px 0;
  width: calc((100% - 20px) / 2.0001);
  height: calc((100% - 20px) / 2.0001);
  border-radius: 4px;
  background: no-repeat center/100% 100%;
  transition: all .3s;
}
.entrance > .link-item:nth-child(-n+2) {
  margin-top: 0;
}
.entrance > .link-item:nth-child(2n+1) {
  margin-left: 0;
}
.entrance > .link-item:nth-child(1) {
  background-image: url("../images/entrance_bg1.jpg");
}
.entrance > .link-item:nth-child(2) {
  background-image: url("../images/entrance_bg2.jpg");
}
.entrance > .link-item:nth-child(3) {
  background-image: url("../images/entrance_bg3.jpg");
}
.entrance > .link-item:nth-child(4) {
  background-image: url("../images/entrance_bg4.jpg");
}
.entrance > .link-item:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
  transform: translateY(-5px);
}
.entrance > .link-item > .img {
  display: block;
  margin: 0 auto;
}
.entrance > .link-item > .text {
  margin-top: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
}

/* 通知公告、工作动态 */
.notice-dynamic {
  height: 360px;
  background-color: #ffffff;
}

.bid .tab-hd,
.notice-dynamic .tab-hd {
  height: 45px;
  border-bottom: 1px solid #e6e6e6;
}

.bid .tab-hd .tab-nav,
.notice-dynamic .tab-hd .tab-nav {
  height: 45px;
  line-height: 45px;
  margin-right: 2px;
  width: 140px;
  text-align: center;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'SourceHanSansCN-Medium';
  font-size: 20px;
  color: #000;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bid .tab-hd .tab-nav.active,
.notice-dynamic .tab-hd .tab-nav.active {
  font-family: 'SourceHanSansCN-Bold';
  color: #fff;
  background: url("../images/index/img_tab_h.png") left center no-repeat;
}

.bid .tab-bd,
.notice-dynamic .tab-bd {
  height: calc(100% - 46px);
  overflow: auto;
}

.list-view {
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.list-view .list-item {
  height: 36px;
  line-height: 36px;
}

.list-view .list-item > a {
  display: block;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 20px;
  font-family: 'SourceHanSansCN-Medium';
  font-size: 16px;
}

.list-view .list-item > a::before {
  width: 5px;
  height: 5px;
  background-color: #dbdbdb;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.list-view .list-item > a .item-name {
  width: calc(100% - 140px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}

.list-view .list-item > a .item-time {
  width: 140px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
   font-family: "SourceHanSansCN-Regular";
}

.list-view .list-item > a:hover::before {
  background-color: #cb2d25;
}

.list-view .list-item > a:hover .item-name,
.list-view .list-item > a:hover .item-time {
  color: #cb2d25;
}


/* 业绩展示*/
.show {
  padding-top: 20px;
}

.show .bid {
  height: 372px;
}

.show .bid .tab-nav {
  font-family: 'SourceHanSansCN-Bold';
  color: #fff;
  background: url(../images/index/img_tab_h.png) left center no-repeat;
}

.show .more {
  line-height: 50px;
  margin-right: 20px;
  color: #999;
}

.show .show-bd {
  padding: 20px;
  height: 282px;
  width: 1240px;
  overflow: hidden;
}

.show .show-bd .swiper {
  height: 268px;
  width: 100%;
  position: relative;
}

.show .show-bd .swiper-slide {
  height: 248px;
}

.show .show-bd .swiper-slide a {
  position: relative;
  display: block;
  height: 248px;
}

.show .show-bd .swiper-slide a .show-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: rgba(65, 65, 65, 0.8);
  text-align: center;
}

.show-pagination {
  bottom: 0 !important;
  text-align: center;
  z-index: 999;
}

.show-pagination .swiper-pagination-bullet {
  width: 37px;
  height: 5px;
  display: inline-block;
  border-radius: 0;
  background-color: #cb2d25;
  opacity: 0.4;
  cursor: pointer;
}

.show-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #cb2d25;
}

/* 2025-1-10 */
.notice .tab-page .tabview.inner-tab .tab-hd {
    white-space:nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    height: auto;
}

.notice .tab-page .tabview.inner-tab .tab-hd::-webkit-scrollbar {
width: 6px;
height: 6px;
}

.notice .tab-page .tabview.inner-tab .tab-hd::-webkit-scrollbar-track {
background-color: transparent;
}

.notice .tab-page .tabview.inner-tab .tab-hd::-webkit-scrollbar-thumb {
border-radius: 3px;
background-color: #eee;
}


.notice .tab-page .tabview.inner-tab .tab-hd .tab-nav {
    display:inline-block;
    vertical-align:top;
    font-size: 17px;
}