.top {
    height: 9.125rem;
    background: #192f69;
    padding: 0 1.5rem;
    position: relative;
}

.sjlogo {
    width: 36rem;
    float: left;
}

    .sjlogo img {
        width: 100%;
        margin-top: 2rem;
    }

.nav_an {
    float: right;
    width: 2.375rem;
    height: 2rem;
    margin-top: 3.5rem;
    cursor: pointer;
    display: block;
}

.navSub {
    position: absolute;
    right: 0;
    top: 9.125rem;
    background: #192f69;
    width: 40%;
    z-index: 999;
    overflow: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .navSub.on {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }

    .navSub ul li {
        position: relative;
    }

    .navSub a {
        border-bottom: 0.0625rem solid #2057a6;
    }

.navSub_h {
    display: none;
    background: #16468d;
}

    .navSub a, .navSub_h a {
        color: #fff;
        height: 5.625rem;
        line-height: 5.625rem;
        font-size: 1.5rem;
        padding: 0 1.25rem;
        display: inline-block;
        width: 100%;
    }

.focus {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

    .focus .hd {
        width: 100%;
        position: absolute;
        z-index: 1;
        bottom: 1.375rem;
        text-align: right;
    }

        .focus .hd ul {
        }

            .focus .hd ul .on {
                background: #192f69;
                color: #fff;
            }

            .focus .hd ul li {
                display: inline-block;
                width: 1.625rem;
                height: 1.625rem;
                line-height: 1.625rem;
                background: #cccccc;
                margin: 0 0.55rem;
                vertical-align: top;
                overflow: hidden;
                cursor: pointer;
                text-align: center;
                font-size: 1.25rem;
            }

    .focus .bd {
        position: relative;
        z-index: 0;
    }

        .focus .bd li {
            width: 100%;
            position: relative;
        }

            .focus .bd li img {
                width: 100%;
                height: 24rem;object-fit:cover;
            }

            .focus .bd li p {
                position: absolute;
                left: 0;
                bottom: 0.1875rem;
                width: 100%;
                height: 3.75rem;
                line-height: 3.75rem;
                background: rgba(0,0,0,0.5);
            }

                .focus .bd li p span {
                    font-size: 1.625rem;
                    padding: 0 2rem;
                    color: #fff;
                }

.main {
    padding: 0 2rem;
}

.title {
    border-bottom: 1px solid #eee;
    padding-bottom: 1.25rem;
    margin: 1.25rem 0;
}

    .title h1 {
        font-size: 2rem;
        background: url(../img/title_bg.png) no-repeat left center;
        background-size: 0.25rem 1.3125rem;
        -webkit-background-size: 0.25rem 1.3125rem;
        padding-left: 1.25rem;
        font-weight: normal;
        float: left;
        color: #192f69;
    }

    .title .more {
        float: right;
        color: #192f69;
        font-size: 1.625rem;
    }

.newslist {
    margin-top: 1rem;
}

    .newslist li {
        height: 4rem;
        line-height: 4rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .newslist li a {
            font-size: 1.8rem;
        }

        .newslist li span {
            color: #666;
            font-size: 1.8rem;
            float: right;
            margin-left: 1rem;
        }

.slideTxtBox .hd {
    width: 100%;
    border-bottom: 0.1875rem solid #192f69;
}

    .slideTxtBox .hd li {
        height: 4rem;
        line-height: 4rem;
        text-align: center;
        float: left;
        font-size: 2rem;
        cursor: pointer;
        background-size: 1.625rem 1.625rem;
        color: #666;
        padding-right: 1.875rem;
        padding-left: 1.875rem;
    }

        .slideTxtBox .hd li.on {
            background-color: #192f69;
            background-size: 1.625rem 1.625rem;
            color: #fff;
        }

.slideTxtBox .bd {
    position: relative;
}

.slimore {
    position: absolute;
    top: -4rem;
    right: 0;
}

    .slimore a {
        font-size: 1.8rem;
        color: #192f69;
    }

.ztzl {
    margin: 0 1rem;
}

    .ztzl li {
        width: 50%;
        float: left;
    }

        .ztzl li a {
            margin: 1rem;
            display: block;
        }

            .ztzl li a img {
                width: 100%;
                height: 100%;
            }

.jcfc {
    margin: 0 1rem;
}

    .jcfc .title {
        margin: 2rem 1rem 0 1rem;
    }

.piclist li {
    width: 50%;
    float: left;
}

    .piclist li a {
        display: block;
        margin: 0 1rem;
        background: #ebebeb;
    }

        .piclist li a img {
            width: 100%;
            height: 100%;
        }

        .piclist li a p {
            background: #ebebeb;
            width: 100%;
            font-size: 1.8rem;
            text-align: center;
            height: 3rem;
            line-height: 3rem;
        }

.zxt .title {
    margin: 2rem 2rem 0 2rem;
}

.zxtpic {
    margin: 1rem;
}
.zxtpic .bd{position: relative;margin:0 1rem;}
    .zxtpic .bd li {
        width: 100%;
    }

        .zxtpic li a img {
            width: 100%;
            height: 180px;object-fit:cover;
        }

        

    .zxtpic .title {
        margin-bottom: 1rem;
    }
.zxtpic .bd a.prev, .zxtpic .bd a.next {
    display: block;
    width: 50px;
    height: 50px;
    background: #dedede;
    position: absolute;
    bottom:0;
    text-align: center;
    line-height: 50px;
    color: #333;
    font-size: 15px;
}
.zxtpic .bd a.prev{left:0;}
.zxtpic .bd a.next{right:0;}
.zxtpic .bd p{padding:0 60px;height:50px;    display: table;background:#eee;font-size:1.8rem;
    width: 100%;
    box-sizing: border-box;}
.zxtpic .bd p span{display: table-cell;
    vertical-align: middle;}
.yqlj {
    margin: 1rem;
}

    .yqlj ul li {
        width: 50%;
        float: left;
    }

        .yqlj ul li a {
            font-size: 1.6rem;
            display: block;
            margin: 1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
        }

.bottom {
    background: #dc0101;
    text-align: center;
    color: #FFF;
    padding: 2rem 0 1rem 0;
}

    .bottom p {
        font-size: 1.6rem;
        line-height: 2rem;
    }

.copyright {
    background: #192f69;
    color: #FFF;padding: 1rem 0;
    text-align: center;
}

    .copyright p {
        font-size: 1.6rem;
        line-height: 3rem;
            }


/*内页*/

.list_ej {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0.5rem 2rem 0.5rem;
}

    .list_ej ul li {
        float: left;
        width: 33.3333%;
        margin: 1.5rem 0 0 0;
    }

        .list_ej ul li a.on {
            background: #192f69;
            color: #fff;
        }

        .list_ej ul li a {
            display: block;
            font-size: 1.5rem;
            color: #192f69;
            line-height: 3.5rem;
            border: 1px solid #192f69;
            height: 3.5rem;
            background: #fff;
            border-radius: 4px;
            text-align: center;
            margin: 0 0.75rem;
        }

.weizhi {
    line-height: 6rem;
    border-bottom: 1px solid #E5E5E5;
    padding: 0 2rem;
    font-size: 1.625rem;
}

.list_tx {
    padding: 0 2rem;
}

    .list_tx ul li {
        line-height: 22px;
        font-size: 1.8rem;
        text-overflow: ellipsis;
        overflow: hidden;
        border-bottom: 1px solid #d3d3d3;
        padding: 16px 0 16px 0;
    }

        .list_tx ul li h3 {
            font-weight: normal;
            font-size: 1.8rem;
            line-height: 26px;
            padding-top: 5px;
        }

            .list_tx ul li h3 a {
                color: #444;
                line-height: 22px;
            }

.list_tx {
    padding: 0 2rem;
}



    .list_tx ul li h2 {
        font-size: 1.75rem;
        font-weight: normal;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .list_tx ul li p {
        font-size: 1.5rem;
        line-height: 2.5rem;
        color: #666;
        margin-top: 1rem;
    }


    .list_tx .hui {
        font-size: 14px;
        color: #999;
        margin-top: 5px;
    }

    .list_tx .col_js {
        color: #006dca;
        font-size: 16px;
    }

.con {
    padding: 0 2rem;
}

.con_ti {
    text-align: center;
    margin: 3rem 0 1rem 0;
}

    .con_ti h1 {
        font-size: 2rem;
    }

    .con_ti h2 {
        font-size: 1.6rem;
        font-weight: normal;
        color: #999;
        margin-top: 1.5rem;
    }

        .con_ti h2 i {
            padding: 0 1rem;
        }

.dpzw {
    font-size: 1.625rem;
    line-height: 3.5rem;
    padding-top: 1rem;
}

    .dpzw p {
        text-indent: 2em;
    }

.list_pic ul li {
    width: 50%;
    float: left;
    margin-top: 2.5rem;
}

.listSub {
    padding: 0 0.75rem;
}

.list_pic ul li a {
    display: block;
    vertical-align: middle;
}

.list_pic ul li img {
    display: block;
    width: 100%;
}

.list_pic ul li p {
    padding: 0.75rem;
    font-size: 1.6rem;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ejdh {
    height: 4rem;
    background: #f3f1f2;
    line-height: 4rem;
    padding: 0 1.25rem;
    position: relative;
    border-bottom: 1px solid #ccc;
    margin-top: -3px;
}

#return-top {
    position: fixed;
    bottom: 10%;
    right: 2%;
    width: 50px;
    height: 50px;
    text-align: center;
    display: none;
}

.nav_an1 {
    float: left;
    padding-top: 1.25rem;
    cursor: pointer;
    width: 1.9375rem;
    height: 1.625rem;
}

.navSub1 {
    display: none;
    height: auto;
    background: #f3f1f2;
}

.navSub12 {
    position: relative;
}

    .navSub12 ul li {
        width: 100%;
        padding-left: 3%;
        float: left;
        border-bottom: 1px solid #ccc;
        line-height: 4rem;
        height: 4rem;
        font-size: 1.8rem;
    }

.navSub ul li i {
    background: url(../img/select_xl01.png) no-repeat;
    background-size: contain;
    width: 1.5rem;
    height: 0.75rem;
    position: absolute;
    top: 2rem;
    right: 0.5rem;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.list_link {
    padding: 0 1rem;
}

    .list_link li {
        float: left;
        width: 48%;
        height: 3.75rem;
        line-height: 3.75rem;
        text-align: center;
        margin-bottom: 2rem;
        border: 1px solid #dddcdc;
        margin: 1rem 0.2rem;
        border-bottom: 3px solid #dddcdc;
        font-size: 1.325rem;
        color: #333;
    }

        .list_link li a {
            font-size: 1.625rem;
        }
.list{margin-bottom:15px;}
.sxp ul li{float: left;width: 50%;}
.sxp ul li div {
    padding: 2.5rem 6rem 0 5rem;
}
.sxp ul li div a {
    display: block;
    background: #ebac17;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
}