.slideBox {
    height: 506px;
    position: relative;
    overflow: hidden;
}

    .slideBox img {
        width: 100%;
        height: 506px;
    }

    .slideBox .hd {
        height: 60px;
        position: absolute;
        bottom: 0;
        width: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 100;
    }

        .slideBox .hd ul {
            text-align: center;
            line-height: 60px;
        }

            .slideBox .hd ul li {
                width: 50px;
                height: 4px;
                display: inline-block;
                background: #999;
                margin: 0 8px;
                position: relative;
                overflow: hidden;
                border-radius: 3px;
                cursor: pointer;
                transition: all .35s ease;
            }


                .slideBox .hd ul li.on {
                    background: #234785;
                    left: 0;
                }

    .slideBox .slideNotice {
        position: absolute;
        width: 1366px;
        left: 50%;
        margin-left: -683px;
    }

        .slideBox .slideNotice .bd_tz {
            position: absolute;
            z-index: 111;
            background: url(../images/tz.png) no-repeat left;
            bottom: 15px;
            line-height: 30px;
            text-indent: 30px;
        }

        .slideBox .slideNotice ul {
            width: 500px;
            overflow: hidden;
        }

            .slideBox .slideNotice ul a {
                color: #fff;
                font-size: 16px;
            }


.home_hd {
    width: 100%;
    height: 44px;
    position: relative;
}

    .home_hd .more {
        position: absolute;
        right: 5px;
        top: 15px;
        color: #234785;
    }

    .home_hd.jgyw {
        background-image: url(../images/hd_jgyw.png);
    }

    .home_hd.jxky {
        background-image: url(../images/hd_jxky.png);
    }

    .home_hd.xxgg {
        background-image: url(../images/hd_xxgg.png);
    }

    .home_hd.xyfg {
        background-image: url(../images/hd_xyfg.png);
    }

    .home_hd.zbxx {
        background-image: url(../images/hd_zbxx.png);
    }

    .home_hd.zsjy {
        background-image: url(../images/hd_zsjy.png);
    }

    .home_hd.xywh {
        background-image: url(../images/hd_xywh.png);
    }

    .home_hd.hzjl {
        background-image: url(../images/hd_hzjl.png);
    }

    .home_hd.ztwz {
        background-image: url(../images/hd_ztwz.png);
    }


.ul-news {
    zoom: 1;
}

    .ul-news li {
        line-height: 55px;
        height: 55px;
        overflow: hidden;
        position: relative;
        border-bottom: 2px dotted #eee;
    }

        .ul-news li a {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            float: left;
            font-size: 16px;
        }

        .ul-news li i.new {
            float: left;
            background: url(../images/new.png) no-repeat center;
            width: 32px;
            height: 100%;
        }

        .ul-news li .date {
            float: right;
            color: #333;
        }


.jgyw_top {
    padding-top: 15px;
    padding-bottom: 20px;
    background: url("../images/ygyw_bg1.png") no-repeat left top, url("../images/ygyw_bg2.png") no-repeat right bottom;
}

    .jgyw_top .lt_imgs {
        margin-top: 5px;
        width: 670px;
        float: left;
    }

        .jgyw_top .lt_imgs .item {
            padding: 10px;
            width: 308px;
            height: 308px;
            border: 1px solid #e1e1e1;
            float: left;
        }

            .jgyw_top .lt_imgs .item img {
                width: 308px;
                height: 226px;
            }

            .jgyw_top .lt_imgs .item .txt {
                position: relative;
                margin-top: 10px;
            }

                .jgyw_top .lt_imgs .item .txt a {
                    font-size: 16px;
                    display: block;
                    height: 54px;
                }

                .jgyw_top .lt_imgs .item .txt span {
                    position: absolute;
                    right: 0;
                    bottom: 0;
                }

            .jgyw_top .lt_imgs .item:last-child {
                float: right;
            }

    .jgyw_top .rt_text {
        float: right;
        width: 670px;
        margin-top: 5px;
    }

        .jgyw_top .rt_text .ul-news li {
            line-height: 39px;
            height: 39px;
            padding-left: 5px;
            padding-right: 15px;
        }

            .jgyw_top .rt_text .ul-news li a {
                width: 540px;
            }



.d2c {
    background: #f4f4f4;
    padding-top: 30px;
    padding-bottom: 35px;
}

    .d2c .row {
        float: left;
        width: 438px;
        margin-right: 26px;
    }

        .d2c .row.last {
            margin-right: 0;
        }

    .d2c .d2c_bd {
        margin-top: 15px;
    }

        .d2c .d2c_bd li {
            overflow: hidden;
            padding-top: 15px;
        }

            .d2c .d2c_bd li .date {
                width: 50px;
                height: 45px;
                background: #345ea5;
                text-align: center;
                color: #fff;
                font-size: 12px;
                line-height: 1.2;
                float: left;
            }

                .d2c .d2c_bd li .date .day {
                    height: 30px;
                    line-height: 30px;
                    font-size: 20px;
                    background: #338ac9;
                }

            .d2c .d2c_bd li .cont {
                float: right;
                width: 380px;
                border-bottom: 1px dotted #ccc;
                padding-bottom: 15px;
            }

                .d2c .d2c_bd li .cont .link {
                    overflow: hidden;
                    position: relative;
                }

                .d2c .d2c_bd li .cont a {
                    font-size: 16px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    float: left;
                    line-height: 1.4;
                    width: 334px;
                }

                .d2c .d2c_bd li .cont i.new {
                    float: right;
                    background: url(../images/new.png) no-repeat center;
                    width: 32px;
                    height: 22px;
                }

                .d2c .d2c_bd li .cont p {
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    margin-top: 4px;
                    line-height: 1.4;
                }

            .d2c .d2c_bd li:last-child .cont {
                padding-bottom: 0;
                border: 0;
            }


.d3c {
    padding-top: 20px;
    padding-bottom: 25px;
    background: url(../images/d3c_bg1.png) no-repeat left top, url(../images/d3c_bg2.png) no-repeat right top;
}

    .d3c .row {
        float: left;
        width: 438px;
        margin-right: 26px;
    }

        .d3c .row.last {
            margin-right: 0;
        }

    .d3c .ul-news {
        margin-top: 13px;
    }

        .d3c .ul-news li a {
            width: 340px;
        }



.d4c {
    padding-top: 30px;
    padding-bottom: 25px;
    background: #f4f4f4;
}

    .d4c .row {
        float: left;
        width: 670px;
    }

        .d4c .row.last {
            float: right;
        }

    .d4c .d4c_bg {
        overflow: hidden;
        margin-top: 20px;
    }

        .d4c .d4c_bg li {
            float: left;
            padding: 10px;
            width: 310px;
            height: 180px;
            background: #fff;
        }

            .d4c .d4c_bg li img {
                width: 310px;
                height: 180px;
            }

            .d4c .d4c_bg li:last-child {
                float: right;
            }


.d5c {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .d5c .item {
        float: left;
    }

        .d5c .item select {
            width: 200px;
            height: 35px;
            margin-right: 20px;
            border-radius: 5px;
            padding: 0 5px;
            border: 1px solid #234785;
            font-size: 16px;
            color: #234785;
            outline: none;
        }


/*兼容1366分辨率*/
@media screen and (max-width:1366px) {
    .jgyw_top .lt_imgs {
        width: 590px;
    }

        .jgyw_top .lt_imgs .item {
            width: 268px;
            height: 254px;
        }

            .jgyw_top .lt_imgs .item img {
                width: 268px;
                height: 186px;
            }

            .jgyw_top .lt_imgs .item .txt a {
                font-size: 14px;
            }

    .jgyw_top .rt_text {
        width: 590px;
    }

        .jgyw_top .rt_text .ul-news li {
            line-height: 33px;
            height: 33px;
        }

            .jgyw_top .rt_text .ul-news li a {
                width: 475px;
            }

    .ul-news li i.new {
        float: left;
        margin-right: 0;
    }


    .d2c .row {
        width: 386px;
        margin-right: 20px;
    }

    .d2c .d2c_bd li .cont {
        width: 325px;
    }

        .d2c .d2c_bd li .cont a {
            width: 290px;
        }

    .d3c .row {
        width: 386px;
        margin-right: 20px;
    }

    .d3c .ul-news li a {
        width: 300px;
    }

    .d4c .row {
        width: 590px;
    }

    .d4c .d4c_bg li {
        width: 270px;
        height: 140px;
    }

        .d4c .d4c_bg li img {
            width: 270px;
            height: 140px;
        }

    .slideBox {
        height: 350px;
    }

        .slideBox .slideNotice {
            width: 1200px;
            margin-left: -600px;
        }

        .slideBox img {
            height: 350px;
        }
}

.leftwindow {
    width: 200px;
    height: 240px;
    position: absolute;
    top: 80%;
    left: 0%;
    z-index: 999;
}
