/**!
 * 青海限额以下招标采购平台
 * date:2025/9/16
 * author: wppei;
 */

.center {
    background-color: #266cb1;
    height: 435px;
}

.link-box {
    height: 115px;
    box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
}

.link-item {
    width: 25%;
}

.link-name {
    display: block;
    position: relative;
    height: 115px;
    line-height: 27px;
    font-size: 18px;
    padding-top: 72px;
    color: #333;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 8px;
}

.link-item:nth-child(1) .link-name {
    background-image: url('../images/link_ico1.png');
}

.link-item:nth-child(2) .link-name {
    background-image: url('../images/link_ico2.png');
}

.link-item:nth-child(3) .link-name {
    background-image: url('../images/link_ico3.png');
}

.link-item:nth-child(4) .link-name {
    background-image: url('../images/link_ico4.png');
}

/* 轮播图 */

.carousel {
    margin-top: 30px;
}

.carousel-frist {
    width: 100%;
}

.carousel-frist .swiper-pagination {
    bottom: 41px;
}

.carousel-frist .swiper-pagination-bullet {
    margin: 0 12px !important;
    width: 38px;
    height: 3px;
    background-color: #93b7d9;
    opacity: 1 !important;
    border-radius: 0;
}

.carousel-frist .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 2;
}

/* 功能图标 */

.function {
    margin: 50px 0 0 -20px;
}

.function-item {
    width: 16.6%;
}

.function-background {
    display: block;
    margin-left: 20px;
    height: 186px;
    border-radius: 4px;
}

.function-background:hover {
    box-shadow: 1.5px 2.598px 21px 0px rgb(78, 116, 212);
    background: url('../images/card_01.png') top center no-repeat;
}

.function-img {
    margin: 26px 0 0 60px;
}

.function-text {
    margin-top: 34px;
    text-align: center;
    color: #666;
    font-size: 18px;
    line-height: 30px;
}

/* 轮播新闻 */

.carousel-picture {
    width: 550px;
    height: 447px;
    box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
    border-radius: 4px;
}

.carousel-img {
    width: 100%;
    height: 100%;
}

.carousel-intro {
    position: absolute;
    display: flex;
    left: 0;
    right: 0;
    bottom: 0;
    height: 42px;
    background: linear-gradient(90deg, rgba(43, 43, 43, 0.7) 0%, rgba(43, 43, 43, 0.5) 100%);
}

.carousel-date {
    width: 66px;
    height: 66px;
    margin-top: -24px;
    padding-top: 10px;
    text-align: center;
    color: #fff;
    background: #1f6de8;
}

.carousel-day {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
}

.carousel-month {
    font-size: 12px;
    line-height: 25px;
}

.carousel-text {
    flex: 1;
    width: 0;
    margin: 0 86px 0 10px;
    line-height: 42px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.carousel-picture .swiper-pagination {
    right: 0;
    width: 86px;
    left: auto;
    bottom: 17px;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.carousel-picture.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
}

.carousel-picture .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ffffff;
    opacity: 0.36;
    border-radius: 0;
}

.carousel-picture .swiper-pagination-bullet-active {
    opacity: 1;
}

.carousel-picture .swiper-button-next,
.carousel-picture .swiper-button-prev {
    width: 15px;
    height: 25px;
}

.carousel-picture .swiper-button-prev {
    left: 25px;
    background: url('../images/swiper_left.png') no-repeat;
}

.carousel-picture .swiper-button-next {
    right: 25px;
    background: url('../images/swiper_right.png') no-repeat;
}

.carousel-picture .swiper-button-next.swiper-button-disabled,
.carousel-picture .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
}

/* 右侧文字 */

.carousel-right {
    position: relative;
    width: 630px;
    height: 447px;
    padding: 17px 24px 0;
    box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
    border-radius: 4px;
}

.work-node {
    float: left;
    height: 36px;
    padding: 0 16px;
    line-height: 36px;
    font-size: 18px;
    color: #666;
    background: #f7f7f7;
    border-radius: 4px;
    cursor: pointer;
}

.work-node + .work-node {
    margin-left: 12px;
}

.work-node.active {
    color: #fff;
    font-weight: bold;
    background: #1f6de8;
}

.work-more {
    position: absolute;
    top: 25px;
    right: 24px;
    padding-right: 21px;
    height: 21px;
    line-height: 21px;
    font-size: 14px;
    color: #1f6de8;
    background: url('../images/more_icon.png') no-repeat right center;
}

.work-list {
    margin-top: 13px;
    height: 357px;
    overflow: auto;
}

.work-item {
    margin-top: 12px;
}

.work-con {
    display: block;
    height: 39px;
    line-height: 38px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}

.work-name {
    width: calc(100% - 84px);
    padding-left: 25px;
    color: #333333;
    background: url('../images/list_icon.png') no-repeat left center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.work-time {
    color: #999999;
}

.work-con:hover {
    border-color: #1f6de8;
}

.work-con:hover .work-name,
.work-con:hover .work-time {
    color: #1f6de8;
}

.tt-hd {
    text-align: center;
    margin-bottom: 20px;
}

.tt-name {
    height: 41px;
    padding: 0 339px;
    line-height: 41px;
    font-weight: bold;
    font-size: 28px;
    color: #333;
    background: url('../images/tt_left.png') no-repeat left center, url('../images/tt_right.png') no-repeat right center;
}

.news {
    margin-bottom: 30px;
}

/* 交易信息 */

.trade {
    margin-bottom: 20px;
}

.tradetab-hd {
    display: flex;
}

.tradetab-hdl {
    flex: 1;
    width: 0;
    height: 100px;
    background: url('../images/trade_bg1.png') no-repeat;
    background-size: 100% 100%;
    border-radius: 3px;
    box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
}

.tradetab-hdl + .tradetab-hdl {
    margin-left: 22px;
}

.trade-hd-box {
    display: flex;
    height: 100%;
    width: 100%;
    padding-left: 20px;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    color: #2e3033;
    line-height: 27px;
    background-repeat: no-repeat;
    background-position: right 24px top 14px;
}

.tradetab-hdl:nth-child(1) .trade-hd-box {
    background-image: url('../images/trade_icon1.png');
}

.tradetab-hdl:nth-child(2) .trade-hd-box {
    background-image: url('../images/trade_icon2.png');
}

.tradetab-hdl:nth-child(3) .trade-hd-box {
    background-image: url('../images/trade_icon3.png');
}

.tradetab-hdl:nth-child(4) .trade-hd-box {
    background-image: url('../images/trade_icon4.png');
}

.tradetab-hdl:nth-child(5) .trade-hd-box {
    background-image: url('../images/trade_icon5.png');
}

.tradetab-hdl:nth-child(6) .trade-hd-box {
    background-image: url('../images/trade_icon6.png');
}

.tradetab-hdl.active,
.tradetab-hdl:hover {
    position: relative;
    background-image: url('../images/trade_bg1h.png');
}

.tradetab-hdl.active .trade-hd-box,
.tradetab-hdl:hover .trade-hd-box {
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0px 1px 2px rgba(0, 73, 179, 0.47);
}

.tradetab-hdl.active::after {
    content: ' ';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #2a6fea transparent transparent transparent;
}

.tradetab-bd {
    position: relative;
    margin-top: 20px;
    padding: 24px;
    background: #ffffff;
    box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
    border-radius: 4px;
}

.noticetab-hd {
    height: 30px;
}

.noticetab-hdl {
    margin-right: 4px;
}

.noticetab-hdl a {
    display: block;
    padding: 0 12px;
    color: #666;
    height: 30px;
    line-height: 30px;
    background: #f7f7f7;
    border-radius: 15px;
}

.noticetab-hdl.active a {
    font-weight: bold;
    color: #fff;
    background: #1f6de8;
}

.proj-list {
    margin-top: 7px;
}

.noticetab-bd .work-name {
    display: flex;
}

.proj-name {
    color: #2e3033;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proj-yellow {
    color: #ef8c1a;
}

.proj-red {
    flex-shrink: 0;
    color: #e1251b;
}

.work-con:hover .proj-name {
    color: #1f6de8;
}

.check-more {
    position: absolute;
    right: 24px;
    top: 24px;
    padding-right: 17px;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    color: #1f6de8;
    background: url('../images/more_icon1.png') no-repeat right center;
}

.services {
    margin-bottom: 10px;
}

.services-box {
    display: block;
    height: 271px;
    box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
}

.services-img {
    width: 100%;
    height: 182px;
}

.services-tt {
    margin: 12px 12px 8px;
    line-height: 21px;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.services-intro {
    height: 36px;
    margin: 0 12px;
    line-height: 18px;
    font-size: 12px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.swiper-services .swiper-slide {
    padding: 20px 10px;
    height: 311px;
}

.swiper-services {
    position: relative;
    margin: -20px -61px 0;
    padding: 0 51px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
    border-radius: 50%;
    background-size: 9px 15px;
}

.swiper-button-prev {
    left: 0;
    background-image: url('../images/services_right.png');
}

.swiper-button-next {
    right: 0;
    background-image: url('../images/services_left.png');
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #1f6de8;
    box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
}

.swiper-button-prev:hover {
    background-image: url('../images/services_righth.png');
}

.swiper-button-next:hover {
    background-image: url('../images/services_lefth.png');
}

.slide {
    position: fixed;
    right: 20px;
    top: 50%;
    width: 88px;
    transform: translateY(-50%);
    box-shadow: 0px 2px 16px 0px rgba(27, 97, 174, 0.08);
    background-color: #fff;
    border-radius: 4px;
}

.slide-link {
    position: relative;
    display: block;
    height: 88px;
    padding-top: 54px;
    color: #666666;
    line-height: 20px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 14px;
}

.slide-link::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    height: 1px;
    background-color: #e6e6e6;
}

.slide-item:first-child .slide-link {
    background-image: url('../images/slide_icon1.png');
}

.slide-item:nth-child(2) .slide-link {
    background-image: url('../images/slide_icon2.png');
}

.slide-item:nth-child(3) .slide-link {
    background-image: url('../images/slide_icon3.png');
}

.slide-item:nth-child(4) .slide-link {
    background-image: url('../images/slide_icon4.png');
}

.slide-item:nth-child(5) .slide-link {
    background-image: url('../images/slide_icon5.png');
}

.slide-item:last-child .slide-link::after {
    display: none;
}

.go-top {
    display: block;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    background: #1f6de8;
    box-shadow: 0px 2px 16px 0px rgba(27, 97, 174, 0.08);
    border-radius: 0 0 4px 4px;
}

/*2025-11-06修改*/
.slide {
    background: transparent;
    box-shadow: none;
}

.slide-link::after {
    display: none;
}

.slide-link {
    color: #fff;
}

.slide-item {
    border-radius: 4px;
    margin-bottom: 10px;
}

.slide-item:nth-child(1) {
    background: #2ec7c9;
}

.slide-item:nth-child(2) {
    background: #8bc34a;
}

.slide-item:nth-child(3) {
    background: #ffab00;
}

.slide-item:nth-child(4) {
    background: #47a2ff;
}

.slide-item:nth-child(5) {
    background: #2ec7c9;
}

.go-top {
    border-radius: 4px;
    background: #17c1f4;
}
