/* 轮播图开始 */
.mySwiper {
    width: 100%;
    min-width: calc(var(--width) + var(--calc-value));
    position: relative;
}
.mySwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mySwiper .swiper-slide img {
    width: 100%;
    min-width: calc(var(--width) + var(--calc-value));
    display: block;
}
.search{
    width: 100%;
    min-width: calc(var(--width) + var(--calc-value));
    height: 75px;
    background: rgba(0,0,0,0.4);
    position: absolute;
    bottom: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search_flex{
    width: 921px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 50px;
    display: flex;
    align-items: center;
}
.search_flex img{
    width: 19px;
    height: 19px;
    margin-left: 25px;
}
.search_flex input{
    width: 586px;
    margin-left: 8px;
    font-weight: 300;
    font-size: 18px;
    color: #171717;
}
.btn{
    width: 134px;
    height: 44px;
    background: rgba(23, 120, 251, 0.15);
    border-radius: 22px;
    line-height: 44px;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    color: var(--primary-color);
    margin-left: 6px;
    cursor: pointer;
    transition: 0.3s;
}
.btn:hover{
    letter-spacing: 2px;
}
/* 轮播图结束 */
/* 统计、推荐开始 */
.information{
    width: var(--width);
    margin: 40px auto 0;
    padding: var(--padding);
    box-sizing: content-box;
}
.information_left{
    width: 668px;
    padding: 19px 0 0;
    float: left;
    background: #FAFAFA;
    border-radius: 16px;
}
.information_right{
    width: 612px;
    float: right;
}
.statistics{
    width: 628px;
    /* height: 66px; */
    background: #EDEFF2;
    border-radius: 10px;
    margin: 0 auto;
    padding: 8px 5px;
}
.statistics_icon{
    width: 72px;
    margin: 0 auto;
    display: block;
}
.statistics_data{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 18px;
    margin-top: 7px;
}
.statistics_num{
    display: flex;
    align-items: center;
}
.statistics_num img{
    width: 20px;
    height: 20px;
    margin-right: 3px;
}
.statistics_num span{
    font-size: 15px;
    color: #171717;
}
.statistics_num .num{
    color: var(--primary-color);
}
.echarts{
    width: 630px;
    height: 560px;
    margin: 10px auto 0;
    /* background-color: aqua; */
}
.information_right_top{
    width: 100%;
    height: 142.3px;
    position: relative;
}
.information_right_top .backdrop{
    width: 100%;
    height: 100%;
    position: absolute;
}
.information_right_top .title{
    width: 566px;
    font-weight: 800;
    font-size: 20px;
    color: #171717;
    position: relative;
    margin: 0 auto;
    padding-top: 30px;
}
.information_right_top .content{
    width: 566px;
    margin: 6px auto 0;
    font-size: 16px;
    color: #171717;
    line-height: 28px;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.personality{
    width: 100%;
    height: 494px;
    margin-top: 20px;
    position: relative;
}
.personality_backdrop{
    width: 100%;
    height: 100%;
    position: absolute;
}
.personality_top{
    width: 580px;
    margin: 0 auto;
    padding-top: 17px;
    display: flex;
    align-items: center;
    position: relative;
}
.personality_top img{
    width: 27px;
    height: 31px;
}
.personality_top span{
    font-weight: 800;
    font-size: 20px;
    color: #FFFFFF;
    margin-left: 6px;
}
.personality_list{
    width: 580px;
    height: 420px;
    margin: 15px auto 0;
    position: relative;
    /*overflow-y: auto;*/
    overflow: hidden;
}
.personality_list li{
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 0 17px;
    margin-bottom: 10px;
}
.personality_list li a{
    height: 100%;
    display: flex;
    align-items: center;
}
.personality_list li .dian{
    width: 6px;
    height: 6px;
    background: #04121E;
    border-radius: 50%;
}
.personality_list li .title{
    width: 334px;
    font-size: 16px;
    color: #171717;
    margin-left: 7px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.personality_list li .title:hover {
    color: var(--primary-color);
}
.personality_list li .weiba{
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 30px;
}
.personality_list li .area{
    width: fit-content;
    height: 22px;
    padding: 0 6px;
    background: #1778FB;
    border-radius: 6px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
}
.personality_list li .time{
    font-size: 16px;
    color: #767676;
}
/* 统计、推荐结束 */
/* 深度服务开始 */
.depth{
    width: var(--width);
    height: 173px;
    padding: var(--padding);
    box-sizing: content-box;
    margin: 70px auto 0;
    position: relative;
}
.depth_bj{
    width: var(--width);
    height: 100%;
    position: absolute;
}
.depth_title{
    width: 100%;
    font-weight: 800;
    font-size: 28px;
    color: #FFFFFF;
    padding: 22px 0 13px 30px;
    position: relative;
}
.depth_title span{
    font-weight: 800;
    font-size: 24px;
    color: #FFFFFF;
    margin-left: 25px;
    text-transform: uppercase;
}
.depth_content{
    width: 880px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
    margin-left: 30px;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 深度服务结束 */
/* 菜单开始 */
.menu{
    width: var(--width);
    height: 240px;
    padding: var(--padding);
    box-sizing: content-box;
    margin: 7px auto 0;
    position: relative;
}
.menu_bj{
    width: 100%;
    height: 100%;
}
.menu_flex{
    width: var(--width);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    column-gap: 12px;
    position: absolute;
    bottom: 0;
}
.menu_block{
    width: 120px;
    height: 155px;
    cursor: pointer;
    position: relative;
    transition: 0.3s;
}
.menu_block:hover{
    transform: scale(1.1);
}
.menu_height_1{
    height: 155px;
}
.menu_height_2{
    height: 165px;
}
.menu_height_3{
    height: 175px;
}
.menu_height_4{
    height: 195px;
}
.menu_block img{
    width: 100%;
    height: 100%;
}
.menu_name{
    width: 100%;
    font-size: 18px;
    color: #171717;
    text-align: center;
    position: absolute;
    bottom: 35px;
}
.menu_height_4 .menu_name,.menu_height_2 .menu_name{
    bottom: 44px;
}
.menu_height_4 .menu_more,.menu_height_2 .menu_more{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 19px;
}
.menu_height_4 .menu_more span,.menu_height_2 .menu_more span{
    font-size: 14px;
    color: #767676;
}
.menu_height_4 .menu_more img,.menu_height_2 .menu_more img{
    width: 12px;
    height: 5px;
    margin-left: 6px;
}
/* 菜单结束 */
/* 项目、公告信息开始 */
.project{
    width: 100%;
    min-width: calc(var(--width) + var(--calc-value));
    height: 476px;
    margin-top: 9px;
    position: relative;
}
.project_bj{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.project_info{
    width: var(--width);
    padding: var(--padding);
    box-sizing: content-box;
    padding-top: 60px;
    margin: 0 auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 58px;
    position: relative;
}
.project_block{
    width: auto;
}
.project_title{
    width: 100%;
    display: flex;
    align-items: baseline;
}
.project_title .span1{
    font-weight: 800;
    font-size: 32px;
    color: #171717;
}
.project_title .span2{
    font-weight: 800;
    font-size: 28px;
    color: #C2C2C2;
    margin-left: 10px;
    text-transform: uppercase;
}
.project_flex{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 19px;
    margin-top: 40px;
}
.project_gap{
    width: 141px;
    height: 127px;
    background: #FAFAFA;
    border-radius: 10px;
    border: 1px solid #F3F3F3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    transition: 0.3s;
}
.project_gap img{
    width: 38px;
    height: 38px;
}
.project_gap span{
    font-size: 16px;
    color: #171717;
    margin-top: 20px;
}
.project_gap:hover{
    background: rgba(23, 120, 251, 0.15);
    border: 1px solid rgba(23, 120, 251, 0.1);
    box-shadow: 0 0 12px rgba(23, 120, 251, 0.36);
}
/* 项目、公告信息结束 */
/* 全方位梳理总结各类优质项目开始 */
.comprehensive{
    width: 100%;
    min-width: calc(var(--width) + var(--calc-value));
    height: 850px;
    position: relative;
}
.comprehensive_bj{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.comprehensive_main{
    width: var(--width);
    padding: var(--padding);
    box-sizing: content-box;
    margin: 0 auto;
    position: relative;
}
.comprehensive_title{
    width: 100%;
    text-align: center;
    font-weight: 800;
    font-size: 38px;
    color: #FFFFFF;
    padding-top: 79px;
}
.comprehensive_tabs{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 110px;
    margin-top: 37px;
}
.comprehensive_tab{
    display: flex;
    align-items: center;
    flex-direction: column;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 50px;
    opacity: 0.8;
    cursor: pointer;
}
.comprehensive_tab .xian{
    width: 1px;
    height: 3px;
    background: transparent;
    transition: 0.3s;
}
.comprehensive_tab:hover{
    opacity: 1;
}
.comprehensive_tab:hover .xian{
    width: 75px;
    background: #FFFFFF;
}
.comprehensive_active{
    opacity: 1;
}
.comprehensive_active .xian{
    width: 100%;
    background: #FFFFFF;
}
.comprehensive_list{
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 92px;
    flex-wrap: wrap;
    margin-top: 60px;
}
.comprehensive_list li{
    width: 371px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    transition: 0.3s;
}
.comprehensive_list li:hover{
    border-bottom: 1px solid rgba(255,255,255,0.8);
}
.comprehensive_name{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.comprehensive_name span{
    max-width: 300px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.comprehensive_area{
    width: fit-content;
    height: 22px;
    padding: 0 6px;
    background: var(--primary-color);
    border-radius: 6px;
    line-height: 22px;
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.8;
}
.comprehensive_time{
    font-size: 16px;
    color: #F0F0F0;
    margin-top: 8px;
}
.comprehensive_more{
    width: 140px;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.8;
    margin: 70px auto 0;
    cursor: pointer;
    transition: 0.3s;
}
.comprehensive_more img{
    width: 20px;
    height: 7px;
    margin-left: 10px;
}
.comprehensive_more:hover{
    letter-spacing: 2px;
}
/* 全方位梳理总结各类优质项目结束 */
/* 行业研究院开始 */
.research{
    width: var(--width);
    padding: var(--padding);
    box-sizing: content-box;
    margin: 70px auto 0;
}
.research_title{
    width: 100%;
    font-weight: 800;
    font-size: 38px;
    color: #171717;
    text-align: center;
}
.research_content{
    width: 100%;
    font-size: 22px;
    color: #767676;
    text-align: center;
    margin-top: 20px;
    line-height: 32px;
}
.research_flex{
    width: 100%;
    display: flex;
    column-gap: 20px;
    margin-top: 56px;
}
.research_card{
    width: 310px;
    padding-bottom: 20px;
    background: #F9FAFB;
    border-radius: 20px;
    border: 1px solid #F0F0F0;
}
.research_card_top{
    width: 310px;
    height: 96px;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.research_card_top_bj{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    transition: 0.3s;
}
.research_card_top:hover .research_card_top_bj{
    transform: scale(1.1);
}
.research_card_top_name{
    font-weight: 800;
    font-size: 22px;
    color: #FFFFFF;
    position: absolute;
    top: 20px;
    left: 16px;
}
.research_card_top_more{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.8;
    position: absolute;
    bottom: 20px;
    left: 16px;
}
.research_card_top_more img{
    width: 20px;
    height: 7px;
    margin-left: 10px;
}
.research_card_list{
    width: 280px;
    margin: 0px auto 0;
}
.research_card_list a{
    width: 100%;
    padding: 20px 0 0;
    height: 66px;
    margin-top: 20px;
    border-top: 1px solid #D6D8DB;
    font-size: 16px;
    color: #171717;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: 0.3s;
}
.research_card_list li:nth-child(1){
    border-top: none;
    margin-top: 0px;
}
.research_card_list li:hover{
    color: var(--primary-color);
}
/* 行业研究院结束 */
/* 广告开始 */
.adSwiper {
    width: var(--width);
    margin: 70px auto 0;
    position: relative;
}
.adSwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.adSwiper .swiper-slide img {
    width: 100%;
    display: block;
}
/* 广告结束 */
/* 重点项目推荐开始 */
.keypoint{
    width: 100%;
    min-width: calc(var(--width) + var(--calc-value));
    height: 678px;
    margin: 70px auto 0;
    position: relative;
}
.keypoint_bj{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.keypoint_card{
    width: var(--width);
    padding: var(--padding);
    box-sizing: content-box;
    position: relative;
    margin: 0px auto 0;
}
.keypoint_title{
    width: 100%;
    font-weight: 800;
    font-size: 38px;
    color: #171717;
    text-align: center;
    padding-top: 69px;
}
.keypoint_flex{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}
.keypoint_left{
    width: 635px;
}
.keypoint_right{
    width: 635px;
}
.keypoint_left_card{
    width: 100%;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}
.keypoint_left a:nth-child(1) .keypoint_left_card{
    margin-bottom: 26px;
}
.keypoint_left_card_info{
    width: 380px;
}
.keypoint_left_card_name{
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    color: #171717;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: 0.3s;
}
.keypoint_left_card_text{
    width: 100%;
    font-size: 16px;
    color: #767676;
    line-height: 24px;
    margin-top: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.keypoint_left_card_img{
    width: 180px;
    height: 120px;
    border-radius: 16px;
    overflow: hidden;
}
.keypoint_left_card_img img{
    width: 100%;
    height: 100%;
    border-radius: 16px;
    transition: 0.3s;
}
.keypoint_left_card:hover .keypoint_left_card_name{
    color: var(--primary-color);
}
.keypoint_left_card:hover .keypoint_left_card_img img{
    transform: scale(1.1);
}
.keypoint_for{
    width: 635px;
    height: 60px;
    background: #F9FCFF;
    border-radius: 10px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    margin-top: 12px;
}
.keypoint_right a:nth-child(1) .keypoint_for{
    margin-top: 0;
}
.keypoint_for_dian{
    width: 6px;
    height: 6px;
    background: #04121E;
    transform: rotate(45deg);
    transition: 0.3s;
}
.keypoint_for_name{
    width: 380px;
    font-size: 16px;
    color: #171717;
    margin-left: 7px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: 0.3s;
}
.keypoint_for_area_flex{
    width: calc(100% - 6px - 7px - 380px - 30px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 30px;
}
.keypoint_for_area{
    width: fit-content;
    padding: 0 6px;
    height: 22px;
    line-height: 22px;
    background: var(--primary-color);
    border-radius: 6px;
    font-size: 14px;
    color: #FFFFFF;
}
.keypoint_for_time{
    font-size: 16px;
    color: #767676;
}
.keypoint_for:hover .keypoint_for_dian{
    transform: rotate(180deg);
    background-color: var(--primary-color);
}
.keypoint_for:hover .keypoint_for_name{
    color: var(--primary-color);
}
.keypoint_btn{
    width: 118px;
    height: 45px;
    border-radius: 4px;
    border: 1px solid #ABB7C3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 56px auto 0;
    font-size: 14px;
    color: #171717;
    cursor: pointer;
    transition: 0.3s;
}
.keypoint_btn img{
    width: 16px;
    height: 6px;
    margin-left: 8px;
}
.keypoint_btn:hover{
    color: #5a5a5a;
    letter-spacing: 2px;
}
/* 重点项目推荐结束 */
/* 产业链开始 */
.industry{
    width: 100%;
    min-width: calc(var(--width) + var(--calc-value));
    height: 678px;
    margin: 0px auto 0;
    position: relative;
}
.industry_bj{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    margin-top: -1px;
}
.industry_main{
    width: var(--width);
    padding: var(--padding);
    box-sizing: content-box;
    position: relative;
    margin: 0px auto 0;
}
.industry_title{
    font-weight: 800;
    font-size: 20px;
    color: #171717;
    margin-top: 13px;
}
.industry_title span{
    color: var(--primary-color);
}
.industry_h1{
    font-weight: 800;
    font-size: 38px;
    color: #171717;
    padding-top: 24px;
}
.industry_content{
    width: 751px;
    margin-top: 10px;
    font-size: 16px;
    color: #171717;
    line-height: 28px;
}
.industry_advantage{
    width: fit-content;
    height: 77px;
    background: #FFFFFF;
    border-radius: 20px;
    margin-top: 13px;
    padding: 0 24px 0 24px;
    display: flex;
    align-items: center;
    column-gap: 60px;
}
.industry_advantage_flex{
    display: flex;
    align-items: center;
}
.industry_advantage_flex img{
    width: 22px;
    height: 22px;
}
.industry_advantage_flex span{
    font-size: 16px;
    color: #171717;
    margin-left: 9px;
}
.industry_tabs{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 34px;
}
.industry_tabs_flex{
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.industry_tab{
    width: 98px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #ABB7C3;
    background: transition;
    font-size: 16px;
    color: #171717;
    cursor: pointer;
    transition: 0.3s;
}
.industry_active{
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: #FFFFFF;
}
.industry_tab:hover{
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: #FFFFFF;
}
.industry_more{
    width: 108px;
    height: 38px;
    border-radius: 4px;
    border: 1px solid #ABB7C3;
    font-size: 13px;
    color: #171717;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}
.industry_more img{
    width: 16px;
    height: 6px;
    margin-left: 6px;
}
.industry_more:hover{
    letter-spacing: 2px;
    color: #5a5a5a;
}
.industry_list{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    margin-top: 15px;
}
.industry_list_li{
    width: 562px;
    line-height: 40px;
}
.industry_list_li a{
    display: flex;
    align-items: center;
}
.industry_list_dian{
    width: 6px;
    height: 6px;
    background: #04121E;
    transform: rotate(45deg);
    transition: 0.3s;
}
.industry_list_name{
    width: 422px;
    font-size: 16px;
    color: #171717;
    margin-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.industry_list_time{
    font-size: 16px;
    color: #171717;
    margin-left: 30px;
    white-space: nowrap;
}
.industry_list_li:hover .industry_list_dian{
    transform: rotate(180deg);
    background-color: var(--primary-color);
}
.industry_list_li:hover .industry_list_name{
    color: var(--primary-color);
}
.industry_list_li:hover .industry_list_time{
    color: var(--primary-color);
}
.zhongxian{
    width: 1px;
    height: 100%;
    background: #CBCBCB;
    position: absolute;
    left: 50%;
    top: 0;
}
/* 产业链结束 */
/* 招标信息开始 */
.bidding{
    width: var(--width);
    padding: var(--padding);
    box-sizing: content-box;
    margin: 70px auto 0;
}
.bidding_title{
    width: 100%;
    font-weight: 800;
    font-size: 38px;
    color: #171717;
    text-align: center;
}
.bidding_title span{
    color: var(--primary-color);
}
.bidding_main{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 47px;
}
.bidding_card{
    width: 639px;
    height: 676px;
    position: relative;
}
.bidding_card_bj{
    width: 100%;
    height: 100%;
    position: absolute;
}
.bidding_card_detail{
    width: 100%;
    padding: 29px 21px 0;
    position: relative;
}
.bidding_card_top{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bidding_card_top_title{
    font-weight: 800;
    font-size: 24px;
    color: #FFFFFF;
}
.bidding_card_top_btns{
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.bidding_card_top_btn1{
    width: 78px;
    height: 42px;
    background: var(--primary-color);
    border-radius: 4px;
    border: 1px solid var(--primary-color);
    font-size: 16px;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
}
.bidding_card_top_btn2{
    width: 78px;
    height: 42px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
}
.bidding_card_top_active {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
}
.bidding_card_top_btn3{
    width: 112px;
    height: 42px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.bidding_card_top_btn3 img{
    width: 18px;
    height: 6px;
    margin-left: 8px;
}
.bidding_card_list{
    width: 100%;
    height: 552.52px;
    margin-top: 28px;
    overflow-y: auto;
}
.bidding_card_list li{
    width: 100%;
    padding: 19px 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.bidding_card_list li a{
    width: 100%;
    display: flex;
    align-items: center;
}
.bidding_card_list_dian{
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    transform: rotate(45deg);
    transition: 0.3s;
}
.bidding_card_list_name{
    width: 388px;
    font-size: 16px;
    color: #FFFFFF;
    margin-left: 7px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: 0.3s;
}
.bidding_card_list_area_time_flex{
    width: calc(100% - 6px - 7px - 390px - 20px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 20px;
}
.bidding_card_list_area{
    width: fit-content;
    padding: 0 6px;
    height: 22px;
    background: var(--primary-color);
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 22px;
}
.bidding_card_list_time{
    font-size: 16px;
    color: #FFFFFF;
}
.bidding_card_list li:hover{
    border-color: #FFFFFF;
}
.bidding_card_list li:hover .bidding_card_list_dian{
    transform: rotate(180deg);
}
/* 招标信息结束 */
/* 全行业信息领航者开始 */
.pilot{
    width: var(--width);
    padding: var(--padding);
    box-sizing: content-box;
    margin: 70px auto 0;
}
.pilot_title{
    width: 100%;
    text-align: center;
    font-weight: 800;
    font-size: 38px;
    color: #171717;
}
.pilot_title span{
    color: var(--primary-color);
}
.pilot_list{
    width: 100%;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 40px;
}
.pilot_card{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.pilot_card img{
    width: 148px;
    height: 148px;
    border-radius: 18px;
    transition: 0.3s;
}
.pilot_card p{
    font-size: 16px;
    color: #171717;
    margin-top: 8px;
}
.pilot_card:hover img{
    box-shadow: 0px 0px 16px #838383;
}
/* 全行业信息领航者结束 */
/* 合作伙伴开始 */
.partner{
    width: 100%;
    min-width: calc(var(--width) + var(--calc-value));
    margin-top: 70px;
    position: relative;
}
.partner_jianjian{
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.partner_title{
    width: 100%;
    font-weight: 800;
    font-size: 38px;
    color: #171717;
    text-align: center;
}
.partner_text{
    width: 100%;
    font-size: 20px;
    color: #767676;
    text-align: center;
    margin-top: 8px;
}
.partner_list{
    width: 1300px;
    height: 180px;
    margin: 0 auto;
    margin-top: 26px;
    /*background: #ABB7C3;*/
}
.partners_row{
    overflow: hidden; /* 隐藏超出部分 */
    width: 100%; /* 设置宽度 */
    height: 88px;
    position: relative; /* 相对定位，用于绝对定位的子元素 */
    /*padding-top: 23px;*/
}
.partner_img_flex{
    position: relative;
    height: 100%;
    display: flex; /* 使用 Flexbox 布局 */
    align-items: center;
    /*animation: scroll 120s linear infinite; !* 设定动画 *!*/
    white-space: nowrap; /* 强制在一行内显示 */
    will-change: transform; /* 优化性能 */
}
.partner_img {
    /*display: block; !* 每个合作伙伴元素在一行内 *!*/
    /*padding: 16px 18px; !* 内边距 *!*/
    flex-shrink: 0;
    width: 72px;
    height: 76px;
    display: flex;
    align-items:center;
    justify-content: center;
    margin: 0 10px; /* 外边距 */
    background-color: #FFFFFF; /* 合作伙伴背景色 */
    border-radius: 8px; /* 圆角 */
    white-space: nowrap; /* 防止换行 */
    transition: background-color 0.3s; /* 悬停时背景颜色变化 */
    box-shadow: 0 0 15px #eaeaea;
}
.partner_img img{
    height: 40px;
}
/* 滚动动画 */
@keyframes scroll {
    0% { transform: translateX(100%); } /* 从右侧开始 */
    100% { transform: translateX(-100%); } /* 移动到左侧 */
}
/* 合作伙伴结束 */
/* 友情链接开始 */
.links{
    width: var(--width);
    padding: var(--padding);
    box-sizing: content-box;
    margin: 37px auto 0;
}
.links_title{
    width: 100%;
    font-weight: bold;
    font-size: 24px;
    color: #171717;
    text-align: center;
}
.links_list{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 16px;
}
.links_list a{
    font-size: 16px;
    color: #171717;
    line-height: 17px;
    padding: 0 6px;
    margin: 7px 0;
    border-right: 1px solid #171717;
    transition: 0.3s;
}
.links_list a:last-child{
    border-right: none;
}
.links_list a:hover{
    color: var(--primary-color);
    text-decoration: revert;
}
/* 友情链接结束 */