    /* 头部 */
.top_wap {
    display: none;
}

.top {
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    position: relative;
}

.top-lf {
    float: left;
    padding-top: 10px;
}

.top-rt {
    float: right;
}

.top-link {
    text-align: right;
    font-size: 14px;
    color: #5d5d5d;
    overflow: hidden;
}

.top-link > ul {
    display: inline-block;
    line-height:36px;
    position: relative;
}

.top-link li {
    float: left;
    padding: 0 5px;
    font-size: 16px;
}
.top-link li a{
    color: #929292;
    font-size:14px;
}

.top-link li > a:hover {
    color: #0065c0;
}
.top-link i{
    float: left;
    display: block;
    height: 18px;
    border: 1px solid #ccc;
    margin-top: 10px;
}
.top-link .search {
    height: 35px;
    padding: 0;
    background: none;
    margin-left:20px;
}
.top-link form{
    float:left;
}

.q {    

    height: 36px;
    padding-left: 15px;
    padding-right: 30px;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    border-color:#ccc;
    outline: none;
}

.search-ico {
    float: left;
    display: block;
    width: 38px;
    height: 36px;
    background: url(./images/search_03.png) no-repeat;
}


.nav {
    position: relative;
}

.nav > li {
    float: left;
}

.nav > li:hover div.nav-title {
    display: block;
}

.nav > li > p > a {
    display: inline-block;
    padding: 0 15px;
    line-height: 67px;
    font-weight: bold;
    font-size: 18px;
    color:#000
}

.nav-title {
    display: none;
    position: absolute;
    width: 666px;
    right: 0;
    top: 70px;
    padding: 0 30px 0 15px;
    background-color: #fff;
    box-shadow: 0 -20px 20px -10px #eee;
    z-index: 100;
}

.nav-list {
    float: left;
    border-right: 1px solid #cacaca;
    margin: 20px -1px 20px 0;
    width: 151px;
}

.nav-list > li {
    width: 150px;
    text-align: center;
}

.nav-title .nav-list li {
    line-height: 40px;
}

.nav-list > li.active > p > a {
    border-bottom: 2px solid #0065c1;
    color: #0068b7;
    padding-bottom: 3px;
}

.top .top-rt > .nav > li.active,
.nav > li:hover {
    border-bottom: 3px solid #0065c0;
    color: #0068b7;
}

.nav > li:hover > p > a,
.top .top-rt > .nav > li.active > p > a {
    color: #0068b7;
}

.nav-list > li > p > a {
    display: inline-block;
    font-size: 16px;
    color:#000;
    border-bottom: 1px solid #999;
}

.nav-detail {
    float: left;
    margin: 15px 0;
    border-left: 1px solid #cacaca;
    padding: 15px 0 15px 30px;
}

.nav-pic {
    width: 440px;
}

.nav-pic img {
    width: 100%;
}

.nav-detail > li + li {
    display: none;
}

.nav-detail > li > p {
    font-size: 20px;
    padding-top: 30px;
}

.nav-detail > li > p + p {
    padding-top: 20px;
    font-size: 16px;
}

/* 改版 */
.nav-list > li,
.nav-list > li p {
    height: 45px;
    line-height: 45px
}

.flex-tow {
    display: none;
    width: 737px;
    left: auto;
    right: 0;
}

.flex-tow .nav-list {
    display: flex;
    width: 222px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    height: 180px;
}

.flex-tow .nav-list > li {
    width: 111px;
    text-align: center;
}

.flex-zyyw {
    width: 715px;
}

.flex-zyyw .nav-list {
    width: 200px;
}

.flex-zyyw .nav-list li {
    width: 200px;
}

.flex-tzzgx {
    width: 796px;
}

.flex-tzzgx .nav-list > li {
    width: 140px;
}

.flex-tzzgx .nav-list {
    width: 281px;
}

.flex-three {
    display: none;
    width: 830px;
}

.flex-three .nav-list {

    flex-wrap: wrap;
    flex-direction: column;
    width: 315px;
    height: 180px;
    align-items: center;
}

.flex-three .nav-list > li {
    text-align: center;
}

/* 移动导航 */
.yd {
    display: none;
    width: 42px;
    height: 34px;
    background: url(nav_kg.png) no-repeat center;
    position: absolute;
    right: 10px;
    cursor: pointer;
    z-index: 10;
}
    .header {
        width: 100%;
        background: #fff;
        position: fixed;
        top: 00;
        left: 0;
        z-index: 999;
        display:none;
    }

    .header .wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 1.6rem;
    }

    .header .h-logo a {
        display: block;
        height: 1rem;
    }

    .header .h-logo img {
        height: 100%;
        vertical-align: top;
    }


    .header .h-tools {
        display: flex;
        align-items: center;
    }

    .header .h-tools>div {
        height: .48rem;
        width: .48rem;
    }

    .header .h-tools>div img {
        width: 100%;
        height: 100%;
        vertical-align: top;
    }

    .header .h-tools .h-menu {
        margin-left: .3rem;
    }

    .header .h-navbox {
        position: fixed;
        height: calc(100% - 1.6rem);
        left: 0;
        right: 0;
        top: 1.6rem;
        z-index: 999;
        overflow: hidden;
        display: none;
    }

    .header .h-nav {
        height: 100%;
        background: rgb(0, 73, 182, 0.9);
        width: 60%;
        position: absolute;
        top: 0;
        right: 0;
    }

    .header .h-nav ul {

        padding-left: .6rem;
    }

    .header .h-nav .h-ul {
        padding-top: .3rem;
        box-sizing: border-box;
        height: 100%;
        overflow-y: auto;
    }

    .header .h-nav .h-ul ul {
        display: none;

    }

    .header .h-nav .h-ul li {
        position: relative;

    }

    .header .h-nav .h-ul a {
        display: block;
        padding: .3rem 0;
        width: 100%;
        font-size: .32rem;
        color: #fff;

    }

    .header .h-nav .h-ul em {
        color: #fff;
        position: absolute;
        right: 0;
        top: 0;
        font-size: .4rem;
        cursor: pointer;
        width: .94rem;
        height: .94rem;
        line-height: .94rem;
        text-align: center;
        font-weight: normal;
    }



    .sch-layer {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.8);
        z-index: 999;
    }

    .sch-layer .sch-box {
        width: 100%;
        padding: 0 .2rem;
        box-sizing: border-box;
        display: flex;
        position: absolute;
        left: 50%;
        top: 30%;
        transform: translateX(-50%);
    }

    .sch-layer .sch-box .ipt {
        height: .9rem;
        width: 80%;
        padding: 0 .24rem;
        box-sizing: border-box;
        font-size: .32rem;
    }

    .sch-layer .sch-box .sbt {
        width: 20%;
        background:#0049B6;
        color: #fff;
        line-height: .9rem;
        font-size: .32rem
    }

    .sch-layer .close {
        position: absolute;
        font-size: .8rem;
        width: .4rem;
        line-height: .4rem;
        right: .4rem;
        top: .4rem;
        color: #fff;
    }
.bottom{
    width:1200px;
    margin: 0 auto;
    padding-top: 40px;
}
.bottom_top{
    border-bottom:1px solid #ccc;
    display: inline-block;
    padding-bottom:50px;
    width: 100%;
}
.bottom_top ul{
    float: left;
    margin-right:135px;
}
.bottom_top ul:nth-child(6){
    margin-right:0px;
}
.bottom_top ul li:nth-child(1){
    font-weight: bold;
    font-size:18px;
}
.bottom_top ul li{
    line-height:38px;
}
.bottom_top ul li p a{
    font-size:14px;
    color:#6e6e6e;
}
.bottom_b_left{
    width:500px;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 100px;
    float: left;
    margin-left:25%;
}
.bottom_b_left p{
    display: block;
    float: left;
    font-size:16px;
    color: #999;
}
.bottom_b_left ul{clear: both;padding-top:20px}
.bottom_b_left ul li{
    float:left;
    border-right:1px solid #999;
    padding: 0px 20px;
}
.bottom_b_left ul li:nth-child(4){
    border: none;
}
.bottom_b_left ul li a{
    color: #999;
    font-size:16px;
}
.bottom_b_right{
    float:right;
    margin-top: 45px;
}
.bottom_b_right span{
    float: left;
    margin-left:40px;
}
.bottom_b_right span p{
    display:block;
    margin-top:12px;
    font-size:16px;
    color:#999;
}
.sj_bottom{display:none;}


@charset "UTF-8";
* {
    outline: none;
}

@media screen and (max-width: 750px) {
    /* 各个频道页及栏目页和文章页banner */
    .qytj .banner,
    .zyyws .banner,
    .xwzxs .banner,
    .xxgk .banner,
    .tzzgx .banner,
    .sy .banner,
    .sy .content6,
    .foot-links {
        height: 3.4rem;
        display: none;
    }

    .sy .hot {
        font-size: 0.4rem;
        line-height: 0.6rem;
        padding-top: 0.2rem;
    }

    .qytj .banner-title > p,
    .zyyws .banner-title > p,
    .xwzxs .banner-title > p,
    .xxgk .banner-title > p,
    .tzzgx .banner-title > p {
        font-size: 0.96rem;
        margin-left: 0.6rem;
    }

    .qytj .banner-title > span,
    .zyyws .banner-title > span,
    .xwzxs .banner-title > span,
    .xxgk .banner-title > span,
    .tzzgx .banner-title > span {
        font-size: 0.4rem;
        margin-left: 0.6rem;
    }

    /* 通用导航 */
    .top {
        display: none;
    }
    .header{display:block !important;}
    .top_wap {
        padding-top: 0;
        width: 100%;
        display: block;
    }

    .top_wap .top-lf > a {
        display: block;
    }

    .top_wap .top-lf img {
        max-width: 90%;
    }

    .top_wap .top-rt .top-link {
        display: none;
    }

    .top_wap .nav > li:hover > p > a,
    .top_wap .top-rt > .nav > li.active > p > a {
        color: #FFFFFF;
    }

    .top_wap .top-rt,
    .top_wap .top-lf {
        float: none;
    }

    .top_wap .top-lf {
        padding-top: 0;
        height: 1.4rem;
        line-height: 1.4rem;
        text-align: center;
    }

    .top_wap .nav {
        display: flex;
        width: 100%;
        justify-content: space-around;
        background: #0068b7;
        overflow: hidden;
    }

    .top_wap .nav:after {
        display: none;
    }

    .top_wap .nav > li {
        border-right: 0.01rem #b7d2e9 solid;
        padding: 0 0.35rem;
    }

    .top_wap .nav > li:last-child {
        border-right: none;
        padding: 0 0.2rem;
    }

    .top_wap .nav > li.active,
    .nav > li:hover {
        border-bottom: none;
    }

    .top_wap .nav > li > p > a {
        white-space: nowrap;
        color: #FFFFFF;
        padding: 0;
    }

    .nav > li > p > a {
        height: 0.9rem;
        line-height: 0.9rem;
        font-size: 0.34rem;
        font-weight: normal;
    }

    /* 通用底部*/
    .foot {
        width: 100%;
    }

    .foot .foot-text .foot-wzpz {
        display: none;
    }

    .foot-wzpz > ul {
        display: flex;
        justify-content: space-around;
        flex-direction: row;
    }

    .foot-wzpz > ul:after {
        display: none;
    }

    .foot-wzpz > ul li {
        padding: 0;
        border-right: none;
        font-size: 0.26rem;
    }

    .foot-text > p:first-child {
        padding-top: 0;
    }

    .foot-text > p a {
        display: block;
    }

    .foot-text > p a:first-child {
        margin: 0 0 0.2rem 0;
    }

    .foot-text p {
        padding-top: 0.2rem;
        font-size: 0.26rem;
    }

    .qcode {
        position: inherit;
        margin-top: 0.2rem;
        right: 0;
    }

    .footer-right {
        text-align: center;
    }

    .footer-right li {
        float: none;
        display: inline-block;
    }

    .footer-right li:hover .qrcode {
        left: 1.5rem;
        margin-top: 35px;
        top: inherit;
        width: 60%;
        height: auto;
        bottom: 1rem;
    }

    .footer-right li:nth-child(3):hover:before {
        margin-left: 40px;
    }

    .lucidity-ui-paging-container,
    .lucidity_pgToolbar td:nth-child(8),
    .lucidity_pgToolbar td:nth-child(9),
    .lucidity_pgToolbar td:nth-child(10) {
        display: none;
    }



    .bottom{display:none}
    .sj_bottom{
        display: block;
        width:100%;
    }
    .sj_bottom_b_right{
        width:47%;
        margin: 0 auto;
        height: 110px;

    }
    .sj_bottom_b_right span{
        float: left;
        display: block;
        margin-right: 0.5rem;
    }
    .sj_bottom_b_right span:nth-child(2){
        margin-right:0rem;
    }




    .sj_bottom_b_right span p{
        text-align: center;
        color:#6e6e6e; 
        margin-top:10px;   
    }
    .sj_bottom_b_left{
        width:92%;
        margin:20px auto;
    }
    .sj_bottom_b_left ul li{
        float: left;
        border-right: 1px solid #6e6e6e;
        padding: 0px 10px;
    }
    .sj_bottom_b_left ul{
        padding-bottom: 20px;
        display: inline-block;
    }
    .sj_bottom_b_left ul li:nth-child(4){border:none;}
    .sj_bottom_b_left ul li a{
        font-size:16px;
        color:#6e6e6e;
    }
    .sj_bottom_b_left p{
         font-size: 14px;        
        text-align: center;        
        line-height: 20px;
        margin-bottom: 10px;
        color:#6e6e6e;
    }

}