/* 公共 */

.zindex2{
    z-index: 2;
}

.relative{
    position: relative;
}


.top-box {
    width: 100%;
    height: 679px;
    background: url('../images/home/top-bg.png');
    position: relative;
}

.inner-box {
    width: 1200px;
    margin: 0 auto;
}

.home-top-inner {
    width: 1200px;
    /* height: calc(100% - 90px); */
    margin: 608px auto 0;
    position: relative;
}

.home-top-inner .title-box {
    position: absolute;
    top: 120px;
    left: 0;
}


.home-top-inner .title {
    font-size: 40px;
    color: #000000;
    line-height: 56px;
    letter-spacing: 3px;
    text-align: right;
    font-style: normal;
    font-weight: bold;
}

.home-top-inner .title-bot {
    display: flex;
    margin-top: 40px;
}

.home-top-inner .item {
    width: 190px;
    height: 30px;
    font-size: 22px;
    color: #000000;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
}




/* 数量 */

.bot-box {
    width: 1200px;
    height: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 10px;
    margin: 0 auto;
}

.bot-box .item {
    width: 211px;
    height: 101px;
    padding: 10px 0px;
    text-align: center;
    background: rgba(255, 255, 255, 0.54);
    border-radius: 12px;
    border: 2px solid #FFFFFF;
    transition: all 0.3s ease;
}

.bot-box .item .top {
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    padding: 10px 0 10px;
    color: #0055FE;
    line-height: 50px;
    letter-spacing: 2px;
    font-style: normal;
}

/* .bot-box .item:last-child .top {
    font-size: 29px;
} */

.bot-box .item .dw {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    letter-spacing: 1px;
    font-style: normal;
}


.bot-box .item .bot {
    text-align: center;

    font-size: 16px;
    color: #000;
    line-height: 20px;
    letter-spacing: 1px;
    font-style: normal;
}


.bot-box .item:hover {
    border: 2px solid rgba(0, 0, 0, 0);
    background-image: url('../images/home/top-item-bg-1.png');
    background-repeat: no-repeat;
    background-position: -2px -2px;
    cursor: pointer;

    transform: translateY(-10px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}


.bot-box .item:hover .top,
.bot-box .item:hover .dw {
    color: #fff;
}

.bot-box .item:hover .bot {
    color: #fff;
}


/* banner 右侧 */
.right-btn {
    /* border: 1px solid; */
    position: absolute;
    right: 0px;
    top: 165px;
    display: flex;
    flex-wrap: wrap;
    width: 214px;

}

.right-btn a {
    margin-bottom: 11px;
    display: inline-block;
    width: 214px;
    height: 47px;
    line-height: 47px;
    color: #0055FE;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    background-color: #EEF3FD;
}

.right-btn a:last-child {
    color: #fff;
    background-color: #0055FE;
    border: 1px solid #0055FE;
}


/* 页面公共部分 */

.part {
    width: 100%;
    /* height: 100px; */
    text-align: center;
    padding: 30px 0;
}

.part .title {
    font-weight: 600;
    font-size: 28px;
    color: #333;
    line-height: 40px;
    letter-spacing: 2px;
    font-style: normal;
}

.part .describe {
    font-weight: 400;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    letter-spacing: 1px;
    font-style: normal;
    margin-top: 10px;
}

.part .describe a {
    color: #115EF4;
}

.part .describe a:hover {
    color: #002EAB;
}

.part .color-white {
    color: white;
}





/* 招标公告 -------------------------------------------------------- */
.gg-box {}

.gg-box-serch {
    width: 100%;
    height: 108px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gg-box .item {
    width: 100px;
    height: 108px;
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    text-align: center;
    position: relative;
    cursor: pointer;
}

.gg-box-serch .imgdefault {
    width: 72px;
    height: 75px;
}

.gg-box .imgactive {
    width: 85px;
    height: 80px;
    /* margin-bottom: -10px; */
    margin-top: -4px;
}

.gg-box .active-item {
    color: #0055FE;
    border-bottom: 4px solid #0055FE;
}

.gg-box-serch .title {
    margin-top: -12px;
    font-size: 16px;
}

.gg-box .active-item .title {
    font-weight: bold;
}

.gg-box-serch :hover {
    color: #0055FE;
}

/* 公告列表  */

.gglist-box {
    background-image: url('../images/home/jy-bg.png');
    background-repeat: no-repeat;
    height: 679px;
    padding-top: 25px;
    box-sizing: border-box;
}

.gglist-box .gglist-inner {
    display: flex;
    height: 626px;
}

.gglist-box .left {
    flex: 1;
    height: 626px;
    /* display: flex; */
    /* flex-wrap: wrap; */
}

.gglist-box .right {
    width: 304px;
    height: 626px;
    background-image: url('../images/home/jy-right.png');
}

.gglist-box .left .item {
    display: inline-block;
    width: 430px;
    height: 140px;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    text-align: left;
    margin: 0 13px 22px 0;
}

/* .gglist-box .left .item a {
    display: inline-block;
} */

.gglist-box .left .item-top {
    height: 76px;
    font-weight: bold;
    -webkit-line-clamp: 3;
    margin: 5rpx 0 0 20rpx;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.gglist-box .left .item-top:hover a {
    color: #0055FE;
}

.gglist-box .left .item-top:hover {
    color: #0055FE;
}

/* .gglist-box .left .item-top:hover,
.gglist-box .left .item a:hover {
    color: #0055FE;
} */

.gglist-box .left .item-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* 新闻动态 --------------------------------------------------------------------- */
.xw-box {
    background-image: url('../images/home/xw/xwdt-bg.png');
    background-repeat: no-repeat;
    height: 878px;
    /* padding-top: 25px; */
}

.xw-inner {
    position: relative;
}

.xw-inner .top {
    height: 548px;
    display: flex;

}

.xw-inner .top .top-left {
    width: 650px;
    /* display: flex; */
    /* flex-wrap: wrap; */
}

.xw-inner .top .top-left .item {
    width: 100%;
    height: 137px;
    box-sizing: border-box;
    padding: 30px;
    padding-right: 100px;

    color: #F2F6FF;
    font-size: 16px;
    background-color: #384054;
    border-bottom: 1px solid #737B90;

    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.xw-inner .item-left {
    width: 60px;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    /* border: 1px solid; */
    margin-right: 10px;
}

.xw-inner .item-left-top {
    width: 100%;
    height: 53px;
    font-weight: 500;
    font-size: 38px;
    line-height: 53px;
}

.xw-inner .item-left-bot {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}


.xw-inner .item-right {
    width: calc(100% - 80px);
    text-align: left;
}

.xw-inner .item-right a {
    color: #F2F6FF;
}


.xw-inner .top .top-left .item:hover {
    color: #131415;
    background-color: #D8DDEB;
    background-image: url('../images/home/xw/jiantou.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 12%;
    background-position-x: 555px;
}

.xw-inner .top .top-left .item:hover a {
    color: #131415;
}



/* 顶部右侧 */
.xw-inner .top-right {
    width: 550px;
    text-align: left;
}

.xw-inner .top-right-top {
    height: 378px;
    background-image: url('../images/home/xw/top-right.png');
    background-repeat: no-repeat;
    background-position: center;
    /* 居中 */
    background-size: cover;
    /* 等比例放大，占满整个容器 */
}

.xw-inner .top-right-bot {
    height: 170px;
    background-color: #2653C5;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 30px;
    padding-bottom: 70px;
    cursor: pointer;

}

.xw-inner .top-right-bot::before {
    content: "";
    width: 30px;
    height: 30px;
    background-color: #2653C5;
    position: absolute;
    left: 60px;
    top: -8px;
    transform: rotate(45deg);
}

.top-right-bot-line{
    width: 40px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 30px;
    bottom: 50px;
}

.xw-inner .top-right-bot a {
    display: inline-block;
    width: 413px;
    height: 50px;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: justify;
    font-style: normal;

}

.xw-inner .top-right-bot .top-right-bot-detail {
    width: 90px;
    height: 20px;
    text-align: right;
    color: #fff;
}

.xw-inner .bot {
    width: 100%;
    height: 173px;
    display: flex;
}

.xw-inner .bot .bot-item {
    width: 301px;
    height: 173px;
    background-color: #354263;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    cursor: pointer;
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    box-sizing: border-box;
}


.xw-inner .bot .bot-item:not(:last-child)::after {
    content: "";
    width: 2px;
    height: 104px;
    background-color: #979797;
    position: absolute;
    right: 0;
    top: 34px;
}

.xw-inner .bot .bot-item .title {
    width: 72px;
    height: 25px;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    margin-top: 20px;
}

.xw-inner .bot .bot-line {
    width: 1px;
    height: 101px;
    border: 1px solid #979797;
}

.xw-inner .bot .active {
    background: linear-gradient(180deg, #354263 0%, #254AA8 100%);
    border-bottom: 8px solid #1363F6;
}


.xw-inner .more {
    width: 123px;
    height: 37px;
    line-height: 37px;
    border: 1px dashed #fff;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    position: absolute;
    top: -58px;
    right: 0;
    cursor: pointer;
}

.xw-inner .more:hover {
    background-color: #0055FE;
}




/* 电子投标 ------------------------------------------------------------- */

.dztb-box {

    background-image: url('../images/home/dztb/dztb_bg.png');
    background-repeat: no-repeat;
    height: 746px;
    padding-top: 7px;
    box-sizing: border-box;
}

.dztb-inner {
    margin-top: -10px;
}

.dztb-box .dztb-top {
    display: flex;
    width: 1212px;
    margin-left: -6px;
}

.dztb-box .top-item {
    width: 319px;
    height: 506px;

    background-repeat: no-repeat;
    background-position: center;
    /* 居中 */
    background-size: cover;
    /* 等比例放大，占满整个容器 */

    padding: 22px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    cursor: pointer;

}

.dztb-box .top-item .title {


    font-weight: 500;
    font-size: 24px;
    color: #002EAB;
    line-height: 33px;
    padding-top: 20px;
    text-align: center;
}

.dztb-box .top-item .img1 {
    width: 60px;
    height: 60px;
    margin: 30px auto;
}

.dztb-box .top-item .text {
    width: 100%;
    height: 96px;
    font-size: 15px;
    line-height: 24px;
    text-align: left;

    word-break: break-all;
    /* 只对英文起作用，以字母作为换行依据。 */
    /* word-wrap: break-word; 只对英文起作用，以单词作为换行依据。 */
    white-space: pre-wrap;
    /* 只对中文起作用，强制换行。 */
    letter-spacing: 3px;
    /* 增加字符之间的空间 */
}

.dztb-box .top-item .img2 {
    width: 110px;
    height: 88px;
    position: relative;
    bottom: -85px;
    right: -70px;
}

.dztb-box .dztb-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dztb-box .bot-item {
    width: 300px;
    height: 72px;
    border-radius: 4px;
    background-image: url('../images/home/dztb/down-bg.png');
    font-size: 18px;
    color: #fff;
    padding: 24px 27px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.dztb-box .bot-item a {
    color: #fff;
}

.dztb-box .bot-item-last {
    width: 217px;
    color: #0D53EE;
    background-image: url('../images/home/dztb/last-bg.png');
}

.dztb-box .bot-item-last a {
    color: #0D53EE;
}

.dztb-box .bot-item:hover {
    opacity: 0.9;
}

.dztb-box .img3 {
    width: 21px;
    height: 24px;
}

.dztb-box .img4 {
    width: 60px;
    height: 30px;
}



/* 
.gglist-box .gglist-inner {
    display: flex;
    height: 626px;
} */


/* 开标日历 -------------------------------------------------------- */

.kbrl-box {
    width: 100%;
    height: 894px;
    background-image: url('../images/home/kbrl/rili-bg.png');
}

.kbrl-inner {}

.kbrl-top {
    height: 508px;
    display: flex;
    justify-content: space-between;
}

.kbrl-box .rili {
    width: 622px;
    /* height: 508px; */
    height: 100%;
    padding: 33px;
    box-sizing: border-box;
    border: 1px solid #fff;
    background-color: #fff;
    position: relative;
}

/* 
<!-- 622 * 508 -->
<!-- 33 * -->
<!-- 556  * 444 --> */


.rili .el-calendar__title {
    font-size: 18px;
    font-weight: bold;
}


.rili .el-calendar__header {
    padding: 0px 20px 12px;
}

.rili .el-calendar__body {
    padding: 12px;
}

.rili .el-calendar-table .el-calendar-day {
    height: 55px;
    /* border: 1px solid; */
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

/* 选中 */

.el-calendar-table td.is-selected {
    background-color: #E8F0FF;
    /* border: 1px solid #409EFF; */
}

.rili .el-calendar-table .is-selected .el-calendar-day {
    height: 55px;
    border: 1px solid #409EFF;
}

.rili-badge .el-badge__content.is-fixed {
    position: absolute;
    top: -2px;
    right: 7px;
}

.rili .img1 {
    width: 20px;
    height: 440px;
    position: absolute;
    right: -18px;
    top: 38px;
}


/* 开标日历右侧 */
.kbrl-box .rili-list {
    /* 出现滚动条，不设置宽度自适应 */
    /* width: 533px; */
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.kbrl-box .rili-list-item {
    width: 533px;
    height: 107px;
    box-sizing: border-box;
    padding: 25px 22px;
    background: #FFFFFF;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    position: relative;
    margin-bottom: 26px;
}

.kbrl-box .rili-list-item:last-child {
    margin-bottom: 0;
}

.kbrl-box .rili-list-item .title {
    height: 25px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #131415;
    line-height: 25px;
    text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.07);
    text-align: justify;
    font-style: normal;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.kbrl-box .rili-list-item .date {
    height: 22px;
    line-height: 22px;
    margin-top: 10px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.07);
    text-align: left;
    font-style: normal;
}

.kbrl-box .rili-list-item .kbdtbtn {
    position: absolute;
    right: 22px;
    bottom: 18px;
    font-weight: 500;
    font-size: 14px;
    color: #1161FF;
    line-height: 20px;
    cursor: pointer;
}

.kbrl-box .rili-list-empty {
    /* width: 533px; */
    /* width: 100%; */
    font-size: 16px;
    color: #7D7D7D;
    margin: 200px auto;
}


.kbrl-bot {
    margin-top: 35px;
}

.kbrl-bot img {
    width: 1200px;
    height: 191px;
}


/* 联系合作 ----------------------------------------------- */

.lxhz-box {
    width: 100%;
    /* height: 408px; */
    height: 208px;
    background-image: url('../images/home/lxhz/lxhz-bg.png');
    background-repeat: no-repeat;
}

/* .lxhz-inner{
    width: 1200px;
    mar
} */

.lxhz-top {
    height: 218px;
    border-bottom: 1px solid #fff;
}

.lxhz-top .title {
    width: 324px;
    height: 46px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 46px;
    text-align: justify;
    font-style: normal;
    margin: 0 auto;
    padding: 36px 0;
}

.lxhz-top .btn {
    width: 183px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #0136CA;
    margin: 0 auto;
    cursor: pointer;
}

.lxhz-top .btn:hover {
    opacity: 0.9;
}


.lxhz-bot {
    height: 189px;
    display: flex;
    padding-top: 58px;
    box-sizing: border-box;
}

.lxhz-bot .left {
    width: 120px;
    display: flex;


    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 36px;

}

.lxhz-bot .right {
    width: calc(100% - 120px);
}

.lxhz-bot .right img {
    width: 200px;
    height: 64px;
    display: inline-block;
    margin: 0 5px 10px;
}

/* 右侧固定样式   -------------------------------------------- */
.fast-box {
    position: fixed;
    top: 200px;
    right: 20px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
}


.tt_item {
    width: 68px;
    height: 68px;
    border-bottom: 1px solid #F0F0F0;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 12px;
    color: #202020;
}

.tt_item img {
    width: 27px;
    height: 25px;
    margin-bottom: 5px;
}

.tt_item:hover {
    color: #0055FE;
}

.tt_item_bot {
    height: 48px;
    background-color: #0055FE;
    color: #fff;
    border-bottom: none;
}

.tt_item_bot:hover {
    color: #fff;
}