@charset "utf-8";
/* CSS Document */
/*2020.02.10 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}

.container {
    width: 1170px;
    padding: 0;
    margin: 0 auto;
}

/*顶部弹出搜索样式*/
/*header-top*/
.header-top {
    color: #fff;
    position: absolute;
    top: -6px;
    right: 15px;
    text-align: right;
}

.search-btn {
    font-size: 18px;
    float: right;
    cursor: pointer;
    width: 40px;
    text-align: center;
    /*height: 30px;*/
    /*line-height: 30px;*/
    color: #333;
}

    .search-btn:hover {
        opacity: .9;
        text-decoration: none;
    }

.search-box {
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    position: relative;
    z-index: 1000;
    background: #fff;
}

    .search-box h2 {
        font-size: 24px;
        color: #555;
        margin-bottom: 30px;
        margin-top: 50px;
    }

    .search-box .container {
        position: relative;
    }

    .search-box .close {
        position: absolute;
        top: 0px;
        right: 15px;
        font-size: 14px;
        cursor: pointer;
    }

        .search-box .close i {
            font-style: normal;
        }

.search-form {
    margin-bottom: 80px;
    width: 100%;
    position: relative;
}

    .search-form .form-text {
        width: 100%;
        border: none;
        border-bottom: 1px solid #009fe3;
        font-style: italic;
        height: 60px;
        font-size: 16px;
        /*padding: 0 100px 0 15px;*/
    }

        .search-form .form-text:focus {
            font-style: normal;
            border-bottom-color: #009fe3;
        }

    .search-form .form-submit {
        position: absolute;
        right: 0;
        top: 0px;
        width: 100px;
        height: 60px;
        line-height: 60px;
        background: url(../images/srhh.png) no-repeat center center;
        border: none;
        outline: none;
        color: #666;
        font-weight: bold;
        font-size: 20px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .search-form .form-submit:hover {
            background: #009fe3 url(../images/search.png) no-repeat center center;
            color: #fff;
        }






/*顶部弹出样式 end*/
.wc-top {
    height: 140px;
    background: #0d4f99;
}

.logo {
    width: 300px;
    height: 121px;
}

    .logo img {
        width: 300px;
        height: 121px;
    }

.top-right {
    width: 846px;
    /*overflow: hidden;*/
    margin-top: 48px;
}

    .top-right .ss {
        float: right;
    }

        .top-right .ss a {
            text-decoration: none;
            display: block;
            float: right;
            text-align: center;
            width: 49px;
            height: 52px;
            /*border: 1px solid #ba3335;*/
            border: 1px solid #4a7bb3;
            padding: 0;
            margin: 0;
            display: block;
            font-size: 14px;
            color: #fff;
        }

            .top-right .ss a img {
                display: inline-block;
                text-align: center;
                padding-top: 5px;
            }

            .top-right .ss a span {
                display: block;
                line-height: 20px;
                padding-top: 5px;
            }

            .top-right .ss a:first-child {
                border-left: none;
            }

            .top-right .ss a:hover {
                opacity: 0.9;
            }




/*top end*/
.wc-menu {
    height: 70px;
    width: 730px;
    float: left;
}


    .wc-menu ul {
        /*转化为table 并且，宽度百分百，*/
        display: table;
        width: 100%;
    }

        .wc-menu ul li {
            line-height: 47px;
            position: relative;
            /*居中并且转为table-cell*/
            text-align: center;
            display: table-cell;
            /*float: left;*/
            list-style: none;
        }

            .wc-menu ul li.last {
                background: none;
            }

                .wc-menu ul li.last a {
                    background: none;
                }

            .wc-menu ul li a {
                font-size: 16px;
                color: #fff;
                line-height: 46px;
                display: block;
                text-transform: uppercase;
                /*transition: all 0.2s;*/
                text-decoration: none;
            }

                .wc-menu ul li a.active {
                    border-bottom: 4px solid #57a6eb;
                }

                .wc-menu ul li a:hover {
                    border-bottom: 4px solid #57a6eb;
                    /*color: #fff;*/
                }

.wc-menu ul li a.selected,   .wc-menu ul li a.parent,   .wc-menu ul li a.move {
    border-bottom: 4px solid #57a6eb;
}



.wc-menu ul li a.active, .wc-menu ul li a.move, .wc-menu ul li a.selected, .wc-menu ul li a.parent {
    border-bottom: 4px solid #57a6eb;
}

.wc-menu ul li .ernav {
    position: absolute;
    left: 0px;
    top: 50px;
    /*background: #c02425;*/
    background: #064285;    
    width: 150%;
    /*padding:0 10px;*/
    z-index: 11;
    display: none;
}

    .wc-menu ul li .ernav ul {
    }

        .wc-menu ul li .ernav ul li {
            /*text-align: center;*/
            float: none;
            display: block; /*二级下拉有影响，需要转化为块状*/
            border-bottom: 1px solid #ccc;
            background: none;
            text-align: left;
            line-height: 30px;
        }

            .wc-menu ul li .ernav ul li:last-child {
                border-bottom: none;
            }

            .wc-menu ul li .ernav ul li a {
                line-height: 28px;
                font-size: 14px;
                /*text-align: center;*/
                background: none;
                box-shadow: none;
                border-radius: 0;
                color: #fff;
                margin: 0;
                display: block;
                padding: 3px 15px;
                bnorder-bottom: none;
            }

                .wc-menu ul li .ernav ul li a.active {
                    border-bottom: 0;
                }

                .wc-menu ul li .ernav ul li a:hover {
                    /*background: #72030a;*/ 
                    background: #093769;
                    color: #fff;
                    border-bottom: none;
                }

/*menu End*/



.banner {
    /*height: 692px;*/
}
    /* 本例子css */
    .banner .slideBox {
        overflow: hidden;
        position: relative;
    }

    .banner .slidetop .hd {
        overflow: hidden;
        position: absolute;
        right: 0px;
        bottom: 30px;
        z-index: 1;
    }

        .banner .slidetop .hd ul {
            overflow: hidden;
            zoom: 1;
            float: left;
        }

            .banner .slidetop .hd ul li {
                float: left;
                margin: 0 6px;
                width: 18px;
                height: 18px;
                line-height: 14px;
                border-radius: 18px;
                text-align: center;
                background: #fff;
                cursor: pointer;
                color: transparent;
            }

                .banner .slidetop .hd ul li.on {
                    background: #0d4f99;
                    width: 48px;
                }

    .banner .slidetop .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }

        .banner .slidetop .bd li {
            zoom: 1;
            vertical-align: middle;
        }

        .banner .slidetop .bd img {
            max-width: 100%;
        }



    .banner .slidetop .ban-text {
        position: absolute;
        left: 0px;
        bottom: 30px;
        width: 80%;
        line-height: 30px;
    }

        .banner .slidetop .ban-text a {
            display: block;
            color: #fff;
            font-size: 24px;
            font-weight: bold;
            line-height: 32px;
            text-decoration: none;
        }

            .banner .slidetop .ban-text a.bxs {
                opacity: 0;
                visibility: hidden;
                /*display: none;*/
            }


/*banner end*/

/*kebg*/
.kebg {
    background: #fff;
    min-height: 420px;
    padding: 55px 0 60px 0;
}

.ke-top {
}

    .ke-top .ke-tit {
        font-size: 32px;
        color: #0d4f99;
        border-bottom: 0 !important;
    }

    .ke-top .ke-more a {
        display: block;
        font-size: 16px;
        color: #999;
        transition: all 1.5s;
        margin-top: 10px;
    }

        .ke-top .ke-more a:hover {
            transition: all 1.5s;
            color: #0d4f99;
        }



.ke-con {
    padding-top: 28px;
}

.ke-left {
    width: 770px;
}

.ke-right {
    width: 370px;
}

    .ke-right ul {
        margin-top: -5px;
    }

        .ke-right ul li {
            margin-bottom: 20px;
            padding-left: 20px;
            /*background: url(../images/bred.png) no-repeat left 6px;*/
            background: url(../images/blue.png) no-repeat left 6px;
        }

            .ke-right ul li span {
                font-size: 16px;
                color: #333;
                line-height: 26px;
                text-decoration: none;
            }

            .ke-right ul li a {
                /*display: block;*/
                font-size: 16px;
                color: #333;
                line-height: 26px;
                text-decoration: none;
                /*overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;*/
            }

.ke-left ul li.last {
    margin-right: 0;
}

.ke-right ul li a:hover {
    color: #0d4f99;
}

.ke-left ul li {
    float: left;
    width: 370px;
    margin-right: 30px;
}

    .ke-left ul li .li-aimg {
        width: 370px;
        height: 224px;
        overflow: hidden;
        transition: all 1.5s;
    }

        .ke-left ul li .li-aimg img {
            width: 370px;
            height: 228PX;
        }


        .ke-left ul li .li-aimg img {
            transition: all 1.5s;
        }

    .ke-left ul li:hover img {
        transform: scale(1.2);
        transition: all 1.5s;
    }


    .ke-left ul li:last-child {
        margin-right: 0px;
    }

    .ke-left ul li .li-tt {
        /*background: #57a6eb;*/
        background: #d3e3f3;
        padding: 15px 15px 10px;
        height: 90px;
    }

        .ke-left ul li .li-tt:hover {
            /*background: #eba5a5;*/
            background: #aed3f8;
            cursor: pointer;
            transition: all 1.0s;
        }

        .ke-left ul li .li-tt a {
            display: block;
            font-size: 16px;
            color: #0d4f99;
            text-decoration: none;
            line-height: 24px;
            height: 58px;
        }

        .ke-left ul li .li-tt span {
            display: block;
            font-size: 16px;
            color: #0d4f99;
        }






/*kebg end*/



.newsbg {
    min-height: 580px;
    background: #f5f5f5;
    padding: 55px 0 10px;
}

.new-left {
    width: 770px;
}

    .new-left .cha a {
        text-decoration: none;
        font-size: 16px;
        color: #999;
        display: block;
        margin-top: 20px;
    }

    .new-left .cha:hover a {
        color: #0d4f99;
    }

.zong-bg {
    height: 450px;
    width: 770px;
    margin-top: 30px;
    position: relative;
}

    .zong-bg .slideBox {
        width: 770px;
        overflow: hidden;
        position: relative;
    }

    .zong-bg .slidetop .hd {
        overflow: hidden;
        position: absolute;
        right: 10px;
        bottom: 30px;
        z-index: 1;
    }

        .zong-bg .slidetop .hd ul {
            overflow: hidden;
            zoom: 1;
            float: left;
        }

            .zong-bg .slidetop .hd ul li {
                float: left;
                margin: 0 6px;
                width: 18px;
                height: 18px;
                line-height: 14px;
                border-radius: 18px;
                text-align: center;
                background: #fff;
                cursor: pointer;
                color: transparent;
            }

                .zong-bg .slidetop .hd ul li.on {
                    background: #0d4f99;
                    width: 48px;
                }

    .zong-bg .slidetop .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }

        .zong-bg .slidetop .bd li {
            zoom: 1;
            vertical-align: middle;
        }

        .zong-bg .slidetop .bd img {
            max-width: 100%;
            width: 770px;
            height: 450px;
        }



    .zong-bg .slidetop .ban-text {
        position: absolute;
        left: 0px;
        bottom: 0px;
        background: rgba(45, 83, 127, 0.6);
        height: 58px;
        width: 720px;
        line-height: 30px;
        padding: 20px 25px;
    }

        .zong-bg .slidetop .ban-text a {
            display: block;
            color: #fff;
            font-size: 20px;
            font-weight: bold;
            line-height: 32px;
            font-weight: bold;
            text-decoration: none;
        }

        .zong-bg .slidetop .ban-text span {
            display: block;
            font-size: 16px;
            color: #fff;
        }






.new-right {
    width: 370px;
}

.tong-ul {
    padding-top: 5px;
}

    .tong-ul ul li {
        font-family: "微软雅黑";
        padding: 23px 0;
        /*background: url(../images/hlibg.png) no-repeat left bottom;*/
        background: url(../images/libg.png) no-repeat left bottom;
        cursor: pointer;
        min-height: 45.62px;
    }

        .tong-ul ul li a {
            font-size: 16px;
            color: #333;
            line-height: 25px;
            text-decoration: none;
        }

        .tong-ul ul li span {
            color: #0d4f99;
            font-size: 16px;
        }

        .tong-ul ul li a:hover {
            color: #0d4f99;
        }

        .tong-ul ul li.bottom-leftToRight:after {
            border-bottom: 2px solid #2a86ef;
        }

/**/


/*jiangzuo*/
.jiangzuo {
    background: #fff;
    min-height: 490px;
    padding: 50px 0;
}

.jiang-con {
    padding-top: 35px;
}

    /* 本例子css */
    .jiang-con .picScroll-left {
        overflow: hidden;
        position: relative;
        padding-bottom: 58px;
    }

        .jiang-con .picScroll-left .hd {
            overflow: hidden;
            /*height:30px;*/
        }


            .jiang-con .picScroll-left .hd ul {
                position: absolute;
                left: 0px;
                bottom: 0px;
                width: 100%;
                text-align: center;
                overflow: hidden;
                zoom: 1;
                margin-top: 10px;
                zoom: 1;
            }

                .jiang-con .picScroll-left .hd ul li {
                    display: inline-block;
                    overflow: hidden;
                    margin-right: 5px;
                    text-indent: -999px;
                    cursor: pointer;
                    width: 16px;
                    height: 16px;
                    background: #bbb;
                    border-radius: 16px;
                }

                    .jiang-con .picScroll-left .hd ul li.on {
                        background: #0d4f99;
                        width: 48px;
                    }

        .jiang-con .picScroll-left .bd {
        }

            .jiang-con .picScroll-left .bd ul {
                overflow: hidden;
                zoom: 1;
            }

                .jiang-con .picScroll-left .bd ul li {
                    margin: 0 8px 0 0;
                    float: left;
                    _display: inline;
                    overflow: hidden;
                    width: 332px;
                    height: 280px;
                    border: 1px solid #57a6eb;
                    border-radius: 10px;
                    padding: 28px;
                    padding-right: 22px;
                    /*transition: all 1.0s;*/
                }

.jiang-con .picScroll-left .bd ul li:last-child {
    margin-right: 0;
}

                    .jiang-con .picScroll-left .bd ul li a {
                        text-decoration: none;
                    }

                    .jiang-con .picScroll-left .bd ul li .li-top {
                    }

                        .jiang-con .picScroll-left .bd ul li .li-top .li-iimg {
                            width: 108px;
                            height: 108px;
                        }

                        .jiang-con .picScroll-left .bd ul li .li-top .li-itt {
                            width: 191px;
                            height: 133px;
                        }

                            .jiang-con .picScroll-left .bd ul li .li-top .li-itt p {
                                font-size: 16px;
                                color: #333;
                                line-height: 27px;
                            }

                            .jiang-con .picScroll-left .bd ul li .li-top .li-itt img {
                                padding-right: 5px;
                            }

                                .jiang-con .picScroll-left .bd ul li .li-top .li-itt img.hy {
                                    display: none;
                                }

                        .jiang-con .picScroll-left .bd ul li .li-top .li-iimg img {
                            border-radius: 10px;
                            width: 108px;
                            height: 108px;
                        }

                    .jiang-con .picScroll-left .bd ul li .li-wen {
                    }

                        .jiang-con .picScroll-left .bd ul li .li-wen span {
                            display: block;
                            text-decoration: none;
                            /*color: #0d4f99;*/
                            color: #333;
                            font-size: 16px;
                            line-height: 26px;
                            /*margin: 20px 0 10px 0;*/
                            margin-top: 20px;
                            height: 65px;
                        }

                        .jiang-con .picScroll-left .bd ul li .li-wen p {
                            font-size: 14px;
                            color: #333;
                            line-height: 22px;
                            height: 69px;
                            overflow: hidden;
                        }

                    .jiang-con .picScroll-left .bd ul li:hover {
                        background: #a6c9f0;
                        cursor: pointer;
                        /*transition: all 1.0s;*/
                    }

                        .jiang-con .picScroll-left .bd ul li:hover p {
                            color: #fff;
                        }

                        .jiang-con .picScroll-left .bd ul li:hover a {
                            color: #fff;
                        }

                        .jiang-con .picScroll-left .bd ul li:hover .li-itt p {
                            color: #fff;
                        }

                            .jiang-con .picScroll-left .bd ul li:hover .li-itt p img.hn {
                                /*color: #fff;*/
                                display: none;
                            }

                            .jiang-con .picScroll-left .bd ul li:hover .li-itt p img.hy {
                                /*color: #fff;*/
                                display: initial;
                            }


/* wc-link */
.wc-link {
    background: url(../images/linkbg.jpg) no-repeat center top;
    background-size: cover;
    min-height: 190px;
    padding-top: 60px;
}

.link-one {
    width: 472px;
    height: 195px;
    border: 1px solid #bbb;
    border-top: 3px solid #0d4f99;
    margin-bottom: 20px;
    overflow: hidden;
    background: #fff;
    opacity: 0.75;
}

.link-one .a1{
      padding: 7px 0;
    display: block;
}

.link-ul {
    background: #fff;
    opacity: 0.75;
    height: 50px;
    border: 1px solid #bbb;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

    .link-ul ul li {
    float: left;
    line-height: 50px;
    padding: 0 14px;
    text-align: center;
    border-right: 1px solid #bbb;
    }

        .link-ul ul li:last-child {
            border-right: none;
        }

        .link-ul ul li a {
            text-decoration: none;
            font-size: 14px;
            color: #999;
        }

            .link-ul ul li a span {
                color: #999;
            }

            .link-ul ul li a:hover {
                color: #0d4f99;
            }

.link-two {
    width: 348px;
    margin-left: 8px;
}

    .link-two ul li {
        float: left;
        border: 1px solid #bbb;
        border-top: 3px solid #0d4f99;
        width: 160px;
        background: rgba(255,255,255,0.75);
        height: 57px;
        margin-bottom: 8px;
        margin-right: 10px;
    }

        .link-two ul li a {
            text-decoration: none;
            display: block;
            padding-top: 15px;
    padding-left: 8px;
    display: flex;
    align-items: center;
        }

.link-two ul li:nth-child(5) a ,.link-two ul li:nth-child(6) a {
    padding-top: 8px;
}

            .link-two ul li a img {
                margin-right:5px;
            }

        .link-two ul li span {
            font-size: 16px;
            color: #333;
        }

        .link-two ul li a:hover span {
            color: #0d4f99;
        }

        .link-two ul li:hover {
            background: #fff;
            transition: all 1s;
        }



.link-three {
    width: 130px;
    border: 1px solid #bbb;
    border-top: 3px solid #0d4f99;
    /*background: rgba(255,255,255,0.75);*/
    background: #fff;
    opacity: 0.8;
    height: 195px;
}

    .link-three ul li {
        text-align: center;
    }

        .link-three ul li a {
            display: block;
            transition: all 1s;
            text-decoration: none;
            height: 155px;
        }

            .link-three ul li a img {
                padding-top: 50px;
                padding-bottom: 30px;
            }

            .link-three ul li a span {
                display: block;
                font-size: 16px;
                color: #333;
            }

            .link-three ul li a:hover span {
                color: #0d4f99;
            }

            .link-three ul li a:hover {
                background: #fff;
                transition: all 1s;
            }

.link-four {
    width: 196px;
    height: 195px;
    border: 1px solid #bbb;
    border-top: 3px solid #0d4f99;
    margin-bottom: 20px;
    background: #fff;
    opacity: 0.75;
    display: flex;
    align-items: center;
    margin-left: 10px;
    justify-content: center;
}


/*link end*/

.footer {
    /*background: #1e243c;*/
    background: #3d3d3d;
    min-height: 80px;
    padding: 25px 0 15px;
}

.f-left {
    width: 270px;
}

    .f-left .er {
        padding: 0 10px 0 5px;
    }

    .f-left .pp {
        margin-top: -5px;
    }

.footer p {
    font-size: 14px;
    color: #fff;
    line-height: 27px;
}

.footer .f-right {
    width: 900px;
    text-align: center;
    color: #fff;
    /*padding-top:5px;*/
}

    .footer .f-right p a {
        font-size: 14px;
        color: #fff;
    }
/*.wc-copyEnd*/
