* {
    margin: 0;
    padding: 0;
}

.header {
    background: url(ztzlxzqlgk12231.png) no-repeat center;
    height: 360px
}

.main {
    width: 1200px
}

body {
    background-color: #ddeefb;
}

.topbar {
    width: 100%;
    height: auto;
    min-height: 45px;
    border-top: 2px solid #424242;
    left: 0;
    top: 0;
    z-index: 500;
    padding: 8px 0 4px 0;
    background: #f7f7f8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}


#tab-qzqd,#tab-xzcjsxqd,#tab-xzsp {
    width: 1136px;
    margin: 20px auto;
    background: #f8fcfe;
    border-radius: 5px;
    height: auto;
}


.title_box{
    width: 1200px;
    font-size: 18px;
    border-bottom: #efeff4 solid 2px;
}
.title {
    background: #3279c9 none repeat scroll 0 0;
    border-radius: 6px 6px 0 0;
    float: left;
    height: 38px;
    padding: 0 15px;
    position: relative;
}

.title  a{
    font-size: 18px;
    line-height: 38px;
    color: #fff;
}

.title a:hover{
    color: black;
}

.bmlb{
    padding-top: 50px;
}

.bmlb ul{
    width: 1000px;
}

.bmlb ul li{
    border-bottom: 1px dotted #e3e3e3;
    padding-bottom: 6px;
    padding-top: 6px;
    background: rgba(0, 0, 0, 0) url(http://www.qiannan.gov.cn/images/12231751.gif) no-repeat scroll left center;
    line-height: 28px;
    overflow: hidden;
    text-indent: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    width: 200px;
    text-align: left;
}


bmlb ul li a:hover{
    color: #5ac8d8;
}


a:hover{
    color: #5ac8d8;
}

.bjlist {
    width: 1000px;
    min-height: 642px;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 20px;
}

.bjlist ul {
    height: 565px;
}
.bjlist ul li {
    float: left;
    width: 200px;
    height: 170px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 17px;
    padding-top: 40px;
}

.bjlist ul li a {
    color: #333;
}

.bjlist ul li div {
    width: 80%;
    height: auto;
    margin: 0 auto;
}
.bjlist ul li div:hover{
    color: #5ac8d8;
}

.content{
    width: 1000px;
    padding-top: 30px;
    padding-bottom: 30px;
}


.list_box ul li{
    width: 47%;
    color: #93cbf2;
    float: left;
    list-style: square;
    text-align: left;
    padding-top: 10px;
}

.list_box ul li:nth-child(even){
    float: right;
}

.list_box ul li span{
    float: right;
    color: #666666;
}


/*导航*/

p{
    text-align: left;
}

a {
    text-decoration: none;
    color: #666;
}

.et-hero-tabs,
.et-slide {
    display: flex;
    flex-direction: column;
    /*  justify-content: center;*/
    align-items: center;
    height: 100vh;
    position: relative;
    background: #eee;
    text-align: center;
    padding: 0 2em;
}

.et-hero-tabs h1,
.et-slide h1 {
    font-size: 2rem;
    margin: 0;
    letter-spacing: 1rem;
}

.et-hero-tabs h3,
.et-slide h3 {
    font-size: 1rem;
    letter-spacing: 0.3rem;
    opacity: 0.6;
}

.et-hero-tabs-container {
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    z-index: 10;
}

.et-hero-tabs-container--top {
    position: fixed;
    top: 0;
}

.et-hero-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    color: #000;
    letter-spacing: 0.1rem;
    transition: all 0.5s ease;
    font-size: 0.8rem;
}

.et-hero-tab:hover {
    color: white;
    background: rgba(102, 177, 241, 0.8);
    transition: all 0.5s ease;
}

.et-hero-tab-slider {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 6px;
    background: #66B1F1;
    transition: left 0.3s ease;
}

@media (min-width: 800px) {

    .et-hero-tabs h1,
    .et-slide h1 {
        font-size: 3rem;
    }

    .et-hero-tabs h3,
    .et-slide h3 {
        font-size: 1rem;
    }

    .et-hero-tab {
        font-size: 1rem;
    }
}