@charset "utf-8";
/* CSS Document */

.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}

.container {
    width: 1170px;
    margin: auto;
}

.wc-top {
    height: 158px;
    background: #143d8a;
}

.logo {
    width: 819px;
    height: 154px;
}

    .logo img {
        width: 819px;
        height: 154px;
    }

.search {
    background: url(../images/search.png) no-repeat left top;
    width: 193px;
    height: 35px;
    margin-top: 65px;
}

    .search input.inp-text {
        width: 150px;
        height: 33px;
        line-height: 33px;
        background: none;
        border: none;
        padding-left: 10px;
    }

    .search input.inp-but {
        background: none;
        border: none;
        height: 35px;
        width: 30px;
        cursor: pointer;
        padding: 0;
    }

.wc-menu {
    height: 50px;
    background: #333;
    padding: 0 20px;
}

    .wc-menu ul li {
        float: left;
        text-align: center;
        line-height: 46px;
        position: relative;
        margin: 0 10px;
    }

        .wc-menu ul li.last {
            margin-right: 0px;
        }

        .wc-menu ul li a {
            font-size: 16px;
            color: #fff;
            display: block;
            float: left;
            text-align: center;
            text-decoration: none;
            padding: 0 22px;
        }

            .wc-menu ul li a:hover, .wc-menu ul li a.selected, .wc-menu ul li a.move, .wc-menu ul li a.parent{
                border-bottom: 4px solid #2d6bdf;
            }

        .wc-menu ul li .ernav {
            position: absolute;
            left: 0px;
            top: 50px;
            z-index: 1111;
            *z-index: 10;
            background: #333;
            width: 100%;
            padding-bottom: 10px;
            padding-top: 5px;
            display: none;
        }

            .wc-menu ul li .ernav li {
                background: none;
                width: 100%;
                line-height: 28px;
                margin: 0;
                text-align: left;
                float: none;
            }

                .wc-menu ul li .ernav li a {
                    line-height: 25px;
                    padding: 5px 10px;
                    display: block;
                    font-weight: normal;
                    border: none;
                    float: none;
                    color: #fff;
                    font-size: 14px;
                    background: none;
                }

                    .wc-menu ul li .ernav li a:hover {
                        color: #2d6bdf;
                    }
/*menu End*/
.index-con {
    padding-top: 35px;
    min-height: 940px;
}

.banbg {
    background: url(../images/bg1.png) no-repeat center top;
    height: 386px;
}



.banner {
    width: 770px;
    position: relative;
    height: 386px;
}

.slideBox {
    position: relative;
    height: 386px;
    width: 770px;
    overflow: hidden;
}

    .slideBox .bd {
        position: relative;
        width: 100%;
    }

        .slideBox .bd ul li {
            height: 386px;
            width: 770px;
            position: relative;
            overflow: hidden;
        }

            .slideBox .bd ul li a {
                display: block;
            }

    .slideBox .hd {
        position: absolute;
        right: 25px;
        z-index: 111;
        height: 15px;
        top: 357px;
    }

        .slideBox .hd ul li {
            width: 15px;
            height: 15px;
            background: #fff;
            *float: left;
            border-radius: 15px;
            display: inline-block;
            margin: 0 1px;
            cursor: pointer;
           text-indent: 10000px;
        }

            .slideBox .hd ul li.on {
                background: #2c98e4;
            }

.ban-text {
    background: #2c98e4;
    width: 334px;
    padding: 33px;
    height: 320px;
}

    .ban-text h4 {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 20px;
    }

    .ban-text a {
        display: block;
        text-decoration: none;
        color: #fff;
        font-size: 14px;
    }

    .ban-text .p {
        height: 220px;
        margin-bottom: 22px;
        line-height: 25px;
        color: #fff;
        font-size: 14px;
    }


.ban-tt {
    background: url(../images/bant.png) repeat left top;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 100%;
}

    .ban-tt a {
        display: block;
        color: #fff;
        padding-left: 30px;
        font-size: 18px;
    }
/*banner End*/

.newbg {
}

.new-left {
    width: 570px;
}

.new-right {
    width: 570px;
}

.new {
    margin-top: 32px;
}

.new-one {
    margin-top: 27px;
}

.new-top {
    padding-bottom: 8px;
    border-bottom: 2px solid #444;
}

    .new-top .new-tit {
        font-size: 18px;
        color: #03539e;
        font-weight: bold;
    }

        .new-top .new-tit img {
            padding-right: 10px;
        }

    .new-top .new-more a {
        display: block;
        font-size: 14px;
        color: #fff;
        margin-top: 5px;
        text-decoration: none;
        width: 39px;
        height: 20px;
        background: #2c98e4;
        text-align: center;
        border-radius: 2px;
    }

.new-ul {
    padding-top: 10px;
    height: 185px;
}

    .new-ul ul {
    }

        .new-ul ul li {
            line-height: 35px;
        }

            .new-ul ul li a {
                float: left;
                color: #444;
                font-size: 14px;
                text-decoration: none;
            }
.new-left .new .new-ul ul li:first-child a{
    /*color: red;*/
}
            .new-ul ul li span {
                float: right;
                color: #333;
                font-size: 14px;
            }


            /****************/

.new-ul2 {
    padding-top: 14px;
    height: 185px;
}

    .new-ul2 ul {
    }

        .new-ul2 ul li {
            line-height: 25px;
            margin-bottom:15px;
        }

            .new-ul2 ul li a {
                color: #444;
                font-size: 14px;
                text-decoration: none;
            }

.wc-copy {
    background: #143d8a;
    padding: 25px 0;
    min-height: 100px;
}

.wcp-left p {
    font-size: 12px;
    color: #fff;
    line-height: 26px;
}

    .wcp-left p a {
        color: #fff;
    }

.wcp-right {
    padding-top: 45px;
    color: #fff;
    width: 720px;
}

    .wcp-right a {
        color: #fff;
        font-size: 14px;
        padding: 0 17px;
        /*background:url(../images/aax.png) no-repeat right center;*/
        text-decoration: none;
    }









/*.wc-copyEnd*/










.possplit{
background: url(../images/posSplit.png) no-repeat center center;
width: 22px;
}

.piao{
position: fixed;
    right: 0;
    top: 40%;
    z-index: 1000;
}

