
body {
    /*min-width: 1200px !important;*/
    /*min-width: 1317px !important;*/
    /*width: 100%;*/
    min-width: 1200px;
    margin: 0 auto;
    overflow-x: hidden;
}

.ewm {
    position: fixed;
    top: 25%;
    /*z-index: -10;*/
    right: 0;
    width: 80px;
    /*height: 436px;*/
    /* z-index:-10; */
    padding-left: 6px;
    /*padding-top: 6px;*/
    background-color: #fff;
}

    .ewm img {
        width: 60px;
        /*height: 100px;*/
    }

    .ewm div:nth-child(1) {
        margin-bottom: 30px;
    }

    .ewm div:nth-child(2) {
        margin-bottom: 30px;
    }

/* 头部 */
.content {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    margin-top: 16px;
    /* background-color: #999; */
}

.head {
    display: flex;
}

.content .content_r {
    margin-left: 96px;
}

    .content .content_r .content_r_t {
        font-size: 17px;
        text-align: right;
        color: #0b7afb;
    }

    .content .content_r .content_r_d ul {
        display: flex;
    }

        .content .content_r .content_r_d ul li:nth-child(even) {
            margin: 0 7px;
            height: 16px;
            margin-top: 1px;
            overflow: hidden;
            color: #999;
        }

        .content .content_r .content_r_d ul li a {
            font-size: 14px;
            margin-left: 5px;
        }

            .content .content_r .content_r_d ul li a:hover {
                color: #0b7afb;
            }

/* 导航栏 */
.nav {
    widows: 100%;
    height: 50px;
    background-color: #1155c2;
    position: relative;
}

    .nav .content > ul {
        display: flex;
        font-size: 16px;
    }

    .nav ul li a {
        position: relative;
        display: inline-block;
        height: 50px;
        text-align: center;
        color: #fff;
        padding: 0 40px;
        line-height: 50px;
    }

    .nav ul li:nth-child(5) a {
        position: relative;
        display: inline-block;
        height: 50px;
        text-align: center;
        color: #fff;
        padding: 0 40px;
        line-height: 50px;
        width: 144px;
    }

    .nav ul li a.current {
        background-color: #d3434d !important;
        color: #fff !important;
    }

    .nav ul li:hover a {
        background-color: #d3434d !important;
        color: #fff !important;
    }

.nav_zb {
    z-index: 999;
    -webkit-box-shadow: 0 0 5px .15em rgba(6,97,96,.12);
    box-shadow: 0 0 5px .15em rgba(6,97,96,.12);
    text-align: center;
    display: none;
    /*position: absolute;*/
    top: 50px;
    left: 0;
    background-color: #fff;
    width: 144px;
    color: #72768c;
    line-height: 50px;
}

    .nav_zb li:hover,
    .nav_BHI li:hover,
    .nav_rd li:hover {
        background-color: #fdeeef !important;
        color: #d3434d !important;
        cursor: pointer;
    }

.nav_BHI {
    z-index: 999;
    -webkit-box-shadow: 0 0 5px .15em rgba(6,97,96,.12);
    box-shadow: 0 0 5px .15em rgba(6,97,96,.12);
    text-align: center;
    display: none;
    /*position: absolute;*/
    top: 50px;
    left: 0;
    background-color: #fff;
    width: 144px;
    color: #72768c;
    line-height: 50px;
}

.nav_rd {
    z-index: 999;
    -webkit-box-shadow: 0 0 5px .15em rgba(6,97,96,.12);
    box-shadow: 0 0 5px .15em rgba(6,97,96,.12);
    text-align: center;
    display: none;
    /*position: absolute;*/
    top: 50px;
    left: 0;
    background-color: #fff;
    width: 144px;
    color: #72768c;
    line-height: 50px;
}




/* 主体 */
.center {
    padding-top: 20px;
    width: 1200px;
    margin: 0 auto;
    /* background-color: pink; */
    /* height: 3000px; */
}

.seach_login {
    display: flex;
}

    .seach_login .seach {
        width: 801px;
        height: 148px;
    }

        .seach_login .seach .seach_i {
            display: flex;
        }

        .seach_login .seach input {
            display: inline-block;
            width: 724px;
            height: 40px;
            border: 1px solid #0b7afb;
            border-right: none;
            font-size: 14px;
            outline: none;
            padding-left: 16px;
        }

        .seach_login .seach button {
            width: 76px;
            height: 40px;
            background-color: #0b7afb;
            border: none;
            line-height: 40px;
            border-left: none;
            color: #fff;
            margin: 0;
        }

    .seach_login .seach_i:hover button {
        background-color: #1155c2;
        border: none;
    }

    .seach_login .seach_i:hover input {
        border: 1px solid #1155c2;
        border-right: none;
    }

    .seach_login .seach .seach_hot {
        display: flex;
        margin-top: 25px;
    }

        .seach_login .seach .seach_hot .seach_hot_l {
            width: 56px;
            height: 50px;
            font-size: 14px;
            color: #0b7afb;
            background-color: #cee4fe;
            padding: 13px;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: center;
            justify-content: space-evenly;
            align-items: center;
        }

        .seach_login .seach .seach_hot ul {
            display: flex;
            flex-wrap: wrap;
            width: 730px;
        }

            .seach_login .seach .seach_hot ul li {
                margin-bottom: 7px;
            }

                .seach_login .seach .seach_hot ul li a {
                    font-size: 14px;
                    padding-left: 28px;
                    color: #72768c;
                }

                    .seach_login .seach .seach_hot ul li a:hover {
                        color: #0b7afb;
                    }

    .seach_login .login {
        position: relative;
        margin-left: 160px;
    }

.login .icon-biyan {
    position: absolute;
    top: 61px;
    right: 10px;
    text-decoration: none;
    color: #a8a9b6;
}

.login .icon-yanjing {
    position: absolute;
    top: 61px;
    right: 10px;
    text-decoration: none;
    font-size: 20px;
    color: #a8a9b6;
}


.seach_login .login i {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #71b1fd;
}

.seach_login .login b {
    position: absolute;
    top: 60px;
    left: 15px;
    font-weight: 700;
    color: #71b1fd;
}

.seach_login .login input {
    width: 240px;
    height: 36px;
    border: 1px solid #999;
    margin-top: 9px;
    padding-left: 44px;
}

    .seach_login .login input::placeholder {
        color: #b6b9c6;
    }

    .seach_login .login input:focus {
        border: 1px solid #71b1fd;
    }

.seach_login .login .btn {
    /* width: 100px; */
    /* height: 32px; */
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

    .seach_login .login .btn button {
        width: 100px;
        height: 32px;
        color: #fff;
        font-size: 14px;
        line-height: 24px;
        background-color: #a8aab6;
    }

        .seach_login .login .btn button:hover {
            background-color: #0b7afb;
        }

.welcome {
    color: #0b7afb;
    font-size: 14px;
}

.good u {
    color: #0b7afb;
    font-weight: 700;
    text-decoration: none;
}

.good button {
    background-color: #999;
    width: 132px;
    height: 32px;
    color: #fff;
    margin-top: 18px;
}

.good div {
    margin-top: 5px;
}

/* ================轮播================= */
.lunbo {
    height: 379px;
    /*margin-top: 10px;*/
    border: 4px solid #eaebf2;
    display: flex;
    /* padding: 14px; */
}

    .lunbo .lunbo_l {
        width: 572px;
        overflow: hidden;
        margin: 10px 30px 10px 10px;
    }


.lunbo_l.swiper {
    /*width: 562px;
    height: 351px;
    margin: 10px 30px 10px 10px;*/
}

.lunbo .lunbo_r {
    margin-top: 30px;
    /* padding-right:30px; */
    width: 600px;
}

    .lunbo .lunbo_r .down ul li a {
        color: #333;
    }

        .lunbo .lunbo_r .down ul li a:first-child {
            max-width: 456px;
            height: 24px;
            display: inline-block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .lunbo .lunbo_r .down ul li a:nth-child(2) {
            max-width: 112px;
            height: 24px;
            display: inline-block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }


a:hover {
    /* text-decoration: underline; */
    color: #0b7afb !important;
}

.lunbo .lunbo_r p a {
    color: #d3434d;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
}

.lunbo .lunbo_r p:first-child a {
    max-width: 544px;
    height: 30px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lunbo .lunbo_r p:nth-child(2) {
    width: 572px;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    /*word-break: break-all;*/
    position: relative;
    max-height: 80px;
    /*font-family: monospace;*/
}

    .lunbo .lunbo_r p:nth-child(2)::after {
        content: "...";
        position: absolute;
        bottom: 0;
        right: 0;
        padding-right: 352px;
        padding-left: 4px;
        background: linear-gradient(to right, transparent, #fff 0%);
    }

    .lunbo .lunbo_r p:nth-child(2) .i {
        position: absolute;
        bottom: -5px;
        right: 275px;
        z-index: 9;
        cursor: pointer;
    }


.lunbo .lunbo_r p .title:hover {
    text-decoration: underline;
    color: #d3434d !important;
}

.lunbo .lunbo_r .BHI:hover {
    text-decoration: underline;
}


.lunbo .lunbo_r .text {
    font-size: 14px;
    color: #72768c;
    width: 544px;
    line-height: 28px;
    font-weight: 400;
}

    .lunbo .lunbo_r .text:hover {
        color: #000 !important;
    }

.lunbo .lunbo_r .i {
    color: #1155c2;
    font-weight: 400;
    font-size: 14px !important;
}

    .lunbo .lunbo_r .i:hover {
        text-decoration: none;
    }

.lunbo .lunbo_r .down {
    margin-top: 17px;
}

    .lunbo .lunbo_r .down ul li {
        font-size: 14px;
        list-style: inside;
        line-height: 35px;
        z-index: 555999;
        position: relative;
    }



        .lunbo .lunbo_r .down ul li .i {
            color: #1155c2;
        }


/* ===============项目=============== */
.demo {
    display: flex;
    margin-top: 27px;
}

    .demo .demo_h {
        color: #1155c2;
        font-weight: 700;
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 10px;
        border-bottom: 2px solid #1155c2;
    }

        .demo .demo_h a {
            float: right;
            font-weight: 400;
            font-size: 14px;
            color: #72768c;
            /*display: block;
            margin-top: 0px;
            cursor: pointer;*/
            z-index: 555999;
            position: relative;
        }

    .demo .demo_l {
        width: 570px;
    }

        .demo .demo_l ul li {
            line-height: 36px;
            color: #333333;
            height: 36px;
        }

.lj_l {
    max-width: 56px;
    display: inline-block;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 0px;
    margin-top: 6px;
    color: #72768c;
    opacity: 0.8;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lj_l_l {
    max-width: 84px;
    display: inline-block;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 0px;
    /* margin-top: 8px; */
    color: #72768c;
    opacity: 0.8;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lj_c {
    max-width: 407px;
    height: 29px;
    display: inline-block;
    font-size: 14px;
    margin-right: 25px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    font-family: "微软雅黑";
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#haiwai2 li a:nth-child(1),
#guonei1 li a:nth-child(1) {
    max-width: 467px;
}

#xiangmu li a:nth-child(1),
#zhongdian li a:nth-child(1),
#guandian li a:nth-child(1),
#jianbao li a:nth-child(1),
#jibao li a:nth-child(1) {
    max-width: 467px;
}

.lj_c_c {
    max-width: 379px;
    height: 29px;
    display: inline-block;
    font-size: 14px;
    margin-right: 25px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lj_c_c_c {
    width: 467px;
    height: 29px;
    display: inline-block;
    font-size: 14px;
    margin-right: 25px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lj_r {
    height: 36px;
    display: inline-block;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    color: #72768c;
    padding-top: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: default !important;
    float: right;
}


.demo .demo_l ul li a:hover {
    color: #0b7afb;
}



.demo .demo_r {
    width: 570px;
    margin-left: 60px;
}

    .demo .demo_r ul li {
        line-height: 36px;
        height: 36px;
    }

        .demo .demo_r ul li b {
            color: #000;
            display: inline-block;
            width: 403px;
        }

            .demo .demo_r ul li b:hover {
                color: #0b7afb;
            }

        .demo .demo_r ul li i {
            float: right;
        }

/* 图片 */
.img {
    margin-top: 25px;
}

/* 招标 分析 */
.ana {
    display: flex;
    margin-top: 30px;
}

    .ana .ana_h {
        display: flex;
        margin-bottom: 10px;
        /* color: #0b7afb;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px; */
        border-bottom: 2px solid #1155c2;
    }

        .ana .ana_h p {
            color: #1155c2;
            cursor: pointer;
            font-weight: 700;
            font-size: 16px;
            line-height: 30px;
            /*鼠标变小手*/
        }

        .ana .ana_h ul {
            display: flex;
            margin-left: 338px;
        }

        .ana .ana_h a {
            font-weight: 400;
            padding-top: 3px;
        }

            .ana .ana_h a:nth-child(1) {
                font-weight: 700;
                color: #1155c2 !important;
            }

        .ana .ana_h ul li {
            color: #000;
            font-weight: 400;
            font-size: 14px;
            padding: 0 6px;
            line-height: 36px;
            height: 36px;
        }

.bgc:hover {
    background-color: #1155c2;
}

.ana .ana_h ul li:hover {
    color: #fff !important;
    background-color: #1155c2 !important;
}

.ana .ana_h li a {
    /* float: right */
    font-weight: 400;
    font-size: 14px;
    color: #72768c;
}

.ana .ana_l {
    width: 570px;
}

    .ana .ana_l .ana_h ul {
        width: 147px;
        display: flex;
        justify-content: space-between;
        margin-left: 310px;
    }

    .ana .ana_l .ana_h a:nth-child(3) {
        margin-left: 26px;
    }

    .ana .ana_l ul li {
        line-height: 36px;
        height: 36px;
        cursor: pointer;
        /*鼠标变小手*/
    }

        .ana .ana_l ul li i {
            float: right;
        }

.ana .ana_r {
    width: 570px;
    margin-left: 60px;
}

    .ana .ana_r .ana_h a:nth-child(3) {
        font-weight: 400;
        color: #000;
        margin-left: 20px;
    }

    .ana .ana_r .ana_h ul {
        margin-left: 80px;
        justify-content: space-between;
        width: 388px;
    }

    .ana .ana_r ul li {
        line-height: 36px;
        height: 36px;
        cursor: pointer;
        /*鼠标变小手*/
    }

        .ana .ana_r ul li i {
            float: right;
        }


/* 热门资讯 */
.hnew {
    display: flex;
    margin-top: 40px;
}

    .hnew .hnew_h {
        display: flex;
        color: #0b7afb;
        font-weight: 700;
        font-size: 16px;
        line-height: 30px;
        border-bottom: 2px solid #1155c2;
        margin-bottom: 10px;
    }

        .hnew .hnew_h p {
            font-weight: 700;
            color: #1155c2;
            cursor: pointer;
            font-size: 16px;
            line-height: 30px;
            /*鼠标变小手*/
        }

        .hnew .hnew_h ul {
            display: flex;
            width: 420px;
            margin-left: 43px;
            justify-content: space-between;
        }

    .hnew .hnew_l .hnew_h a:nth-child(3) {
        margin-left: 22px;
        padding-top: 3px;
        color: #000;
        font-weight: 400;
    }

    .hnew .hnew_h ul li {
        color: #000;
        font-weight: 400;
        font-size: 14px;
        padding: 0 6px;
        line-height: 36px;
        height: 36px;
        cursor: pointer;
        /*鼠标变小手*/
    }

        .hnew .hnew_h ul li:hover {
            color: #fff !important;
            background-color: #1155c2 !important;
        }

    .hnew .hnew_l {
        width: 570px;
        margin-right: 60px;
    }

        .hnew .hnew_l ul li {
            line-height: 36px;
            height: 36px;
        }

            .hnew .hnew_l ul li i {
                float: right;
            }

    .hnew .hnew_r {
        padding-top: 15px;
    }

    .hnew .hnew_r_h_t {
        padding: 0 30px;
        width: 570px;
        height: 192px;
        background-image: url(../images/LinkBackground.png);
        /* background-color: pink; */
    }

        .hnew .hnew_r_h_t a:hover img {
            /* box-shadow: 0px 0px 20px #999; */
            animation: move .5s liner forwords;
        }

        .hnew .hnew_r_h_t .hnew_r_h_t_t {
            display: flex;
            padding-left: 86px;
            padding-top: 33px;
            padding-bottom: 24px;
            border-bottom: 1px dashed #999;
            /* justify-content: space-around; */
        }

            .hnew .hnew_r_h_t .hnew_r_h_t_t .left {
                /* border-right: 1px solid #999; */
                display: inline-block;
                /* width: 145px;
    height: 23px; */
            }

            .hnew .hnew_r_h_t .hnew_r_h_t_t i {
                font-style: normal;
                height: 28px;
                /* padding-bottom: 3px; */
                margin-top: -4px;
                color: #999;
                display: inline-block;
                font-size: 20px;
            }

            .hnew .hnew_r_h_t .hnew_r_h_t_t .left img {
                margin-right: 22px;
            }

            .hnew .hnew_r_h_t .hnew_r_h_t_t .right {
                /* display: inline-block; */
                margin-left: 20px;
            }

        .hnew .hnew_r_h_t .hnew_r_h_t_d ul {
            display: flex;
            padding-top: 22px;
            justify-content: space-between;
            width: 508px;
        }

            .hnew .hnew_r_h_t .hnew_r_h_t_d ul li:nth-child(1) {
                width: 107px;
                padding-top: 15px;
                /* height: 55px; */
            }

            .hnew .hnew_r_h_t .hnew_r_h_t_d ul li:nth-child(2) {
                width: 118px;
                /* height: 55px; */
            }

            .hnew .hnew_r_h_t .hnew_r_h_t_d ul li:nth-child(3) {
                width: 175px;
                padding-top: 25px;
                /* height: 55px; */
            }

            .hnew .hnew_r_h_t .hnew_r_h_t_d ul li img {
                width: 100%;
            }

        .hnew .hnew_r_h_t img:hover {
            transform: scale(1.2);
        }

    .hnew .hnew_r_h_d {
        margin-top: 30px;
        overflow: hidden;
    }

        .hnew .hnew_r_h_d .swiper {
            width: 570px;
            height: 160px;
        }

.logo {
    height: 44px;
    margin-top: 50px;
    padding-left: 3px;
    display: flex;
}

    .logo .logo_l {
        background-image: url(../images/logoleft.png);
        width: 61px;
        height: 44px;
        font-size: 15px;
        color: #fff;
        /* padding-left: 12px;
    padding-right: 17px; */
        padding: 0px 17px 0px 14px;
    }

    .logo .swiper {
        width: 940px;
        height: 44px;
        overflow: hidden;
    }

    .logo .logo_lb .swiper-wrapper {
        height: 44px;
    }

        .logo .logo_lb .swiper-wrapper .swiper-slide ul {
            display: flex;
            width: 940px;
            height: 44px;
            justify-content: space-between;
        }


    .logo .logo_lb img {
        /* width: 100%; */
        width: 120px;
        height: 100%;
    }

    .logo > ul {
        display: flex;
        margin-left: 45px;
    }

        .logo > ul > li {
            width: 65px;
            height: 44px;
            color: #fff;
            text-align: center;
            line-height: 44px;
            background-color: #d3434d;
        }

            .logo > ul > li i {
                font-size: 12px;
            }

            .logo > ul > li:nth-child(2) {
                background-color: #1155c2;
                margin-left: 16px;
            }

            .logo > ul > li .left {
                position: relative;
                z-index: 999;
                border: 1px solid #999;
                background-color: #fff;
                /*padding-left: 31px;
                padding-top: 15px;*/
                padding: 12px 36px;
                text-align: left;
                width: 419px;
                height: 145px;
                margin-left: -353px;
                color: #000;
                display: none;
                font-size: 14px;
                line-height: 30px;
            }

                .logo > ul > li .left a {
                    color: #000;
                }

                .logo > ul > li .left .left_l {
                    margin-right: 32px;
                }

                .logo > ul > li .left .left_r {
                    margin-left: 32px;
                }

            .logo > ul > li a:hover {
                color: #1155c2;
            }

            .logo > ul > li .right {
                position: relative;
                z-index: 999;
                border: 1px solid #999;
                background-color: #fff;
                /*padding-left: 31px;
                padding-top: 19px;*/
                padding: 12px 32px;
                text-align: left;
                width: 349px;
                height: 145px;
                margin-left: -284px;
                color: #000;
                display: none;
                font-size: 14px;
                line-height: 30px;
            }

                .logo > ul > li .right .left_l {
                    margin-right: 30px;
                }

                .logo > ul > li .right a {
                    color: #000;
                }

                    .logo > ul > li .right a:hover {
                        color: #1155c2;
                    }

                .logo > ul > li .right .right_r {
                    margin-left: 32px;
                }

    .logo .logo_lb a {
        cursor: default !important;
    }


/* 底部 */
.footer {
    width: 100%;
    height: 142px;
    margin-top: 28px;
    background-color: #e4e5e5;
}

    .footer .foot {
        width: 1200px;
        margin: 0 auto;
        padding-top: 23px;
        display: flex;
    }

    .footer .foot_l {
        font-size: 14px;
        color: #000;
    }

        .footer .foot_l a {
            color: #000;
        }

        .footer .foot_l img {
            width: 27px;
            height: 29px;
        }

        .footer .foot_l .foot_l_h {
            margin-bottom: 25px;
        }

        .footer .foot_l u {
            text-decoration: none;
        }

        .footer .foot_l b {
            font-weight: 400;
        }

    .footer .foot_r {
        margin-left: 75px;
    }

        .footer .foot_r ul {
            display: flex;
        }

            .footer .foot_r ul li {
                width: 100px;
                text-align: center;
            }
