/* banner */
.indexbanner {
    width: 100%;
    min-width: 1300px;
    position: relative;
}

/* banner 搜索 */
.searchbox {
    width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;

}

.searchbox p {
    text-align: center;
    line-height: 130px;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.inptu_box {
    display: flex;
    padding: 12px 30px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 40px;
}

.searchbox .inptu_box img {
    width: 38px;
    height: 38px;
}

.searchbox .inptu_box input {
    width: 80%;
    margin-left: 2%;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    font-size: 20px;
    color: #ffffff;
}

.index_banner {
    width: 100%;
    max-height: 700px;
}

.index_slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.index_slide img {
    width: 100%;
    height: 100%;
}

.index_slide .dsec_baner {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
}

.index_slide .dsec_baner .big_text {
    font-size: 42px;
    color: #fff;
    opacity: 0.8;
    text-align: center;
}

.index_slide .dsec_baner .font_text {
    font-size: 26px;
    color: #fff;
    opacity: 0.8;
    line-height: 60px;
    text-align: center;
}

.index_pagination .swiper-pagination-bullet-active {
    background-color: #FF8629 !important;
    opacity: 1;
}

.index_pagination span {
    background-color: #fff !important;
    opacity: 0.6;
}


/* <!-- 招标公告 --> */
.notice_mestlistbox {
    width: 100%;
    min-width: 1300px;
    padding: 80px 0;
}

.notice_mestlistbox .notice_center {
    width: 1300px;
    margin: auto;
    box-shadow: 0 0 10px rgb(229, 229, 229);
}

.notice_mestlistbox .notice_center .notice_head {
    width: 100%;
    display: flex;
    border-radius: 6px;
    background-image: linear-gradient(#FFA903, #ffd071);
}

.notice_mestlistbox .notice_center .notice_head p {
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 26px;
    padding: 18px 0;
}

.notice_mestlistbox .notice_center .notce_list {
    width: 100%;
    padding: 50px 30px;
}

.notice_mestlistbox .notice_center .notce_list .list_notice {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    /* border: 1px solid red; */
}

.notice_mestlistbox .notice_center .notce_list .list_notice a {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.notice_mestlistbox .notice_center .notce_list .list_notice a:hover .notice_text p,
.notice_mestlistbox .notice_center .notce_list .list_notice a:hover .time_info {
    color: rgb(53, 154, 255);
}

.notice_mestlistbox .notice_center .notce_list .list_notice a img {
    width: 46px;
    height: 40px;
    margin: auto 0;
}

.notice_mestlistbox .notice_center .notce_list .list_notice a .notice_text {
    width: 86%;
    margin: auto 0;
}

.notice_mestlistbox .notice_center .notce_list .list_notice a .notice_text p {
    text-align: left;
    width: 50%;
    color: #000;
    white-space: nowrap;

    overflow: hidden;
    font-size: 22px;
    text-overflow: ellipsis;
}

.notice_mestlistbox .notice_center .notce_list .list_notice a .time_info {
    margin: auto 0;
    font-size: 16px;
    color: #333;
}

.notice_mestlistbox .limit_infobox {
    width: 1300px;
    /* border: 1px solid red; */
    margin: 60px auto 0;
    display: flex;
}

.notice_mestlistbox .limit_infobox .list_pagebox {
    margin: auto;
    display: flex;
}

.notice_mestlistbox .limit_infobox .list_pagebox li {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    margin: 0 10px;
    border-radius: 4px;
    display: flex;
}

.notice_mestlistbox .limit_infobox .list_pagebox li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center;
    color: #333;
    font-size: 16px;
}

.notice_mestlistbox .limit_infobox .list_pagebox li .arrow_img {
    display: flex;
    width: 100%;
    height: 100%;
}

.notice_mestlistbox .limit_infobox .list_pagebox li .arrow_img img {
    width: 32px;
    height: 32px;
    margin: auto;
}



.notice_mestlistbox .limit_infobox .list_pagebox .list_bar:hover {
    background-color: rgb(9, 116, 255);
    color: #fff;
}

.notice_mestlistbox .limit_infobox .list_pagebox .list_bar a:hover {
    color: #fff;
    text-align: center;
    width: 100%;
    border: none;
}