* {
    /* width: 100%; */
    margin: 0;
    padding: 0;
    border: none;
    font-family: "微软雅黑";
    text-decoration: none;
}
li{
    list-style: none;
}




.dqwz {
    width: 100%;
    background: #F4F4F4;
}

.dqwz div {
    width: 1200px;
    margin: auto;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #333333;
    background: url(icon_position_content.png) no-repeat left;
    padding-left: 20px;
}

.dqwz div a {
    font-size: 14px;
    color: #333333;
}

.dqwz div a:hover {
    color: #115DB2;
}

.ndbb-banner {
    width: 100%;
}

.ndbb-banner img {
    width: 100%;
}

.ndbb-log {
    width: 1200px;
    margin: 40px auto;
}

.ndbb-list {
    width: 1200px;
    margin: auto;
}

.ndbb-list div {
    width: 100%;
    background: url(titlebg.png) no-repeat center;
    background-size: 100%;
    text-align: center;
}

.ndbb-list div a {
    font-size: 35px;
    color: #333333;
    font-weight: bold;
}

.ndbb-list ul {
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}

.ndbb-list ul li {
    float: left;
    width: 25%;
    margin-top: 22px;
}

.ndbb-list ul li a {
    font-size: 18px;
    color: #333333;
}


/*  */
.ndbb-list2{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 60px;
}
.ndbb-list2-li{
    width: 100%;
    float: left;
}
/* .ndbb-list2-li:last-child{
	width: 48%;
	float: right;
} */
.tab {
    /* width: 100%; */
    height: px;
    /*background-color: red;*/
    /* border-bottom: 1px solid #dbdbdb; */
    margin-bottom: 5px;
    /* float: left; */
    overflow: hidden;
}

.tab>div {
    /* width: 90px; */
    height: 36px;
    line-height: 36px;
    float: left;
    text-align: center;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-left: 10px;
}
.tab>p{
    width: 4px;
    height: 24px;
    background: #005FB2;
    float: left;
    margin-top: 6px;
}
.mian_x {
    width: 100%;
    height: auto;
    /*background-color: orange;*/
}

.mian_x>div {
    width: 100%;
    height: auto;

}


.tab_more {
    /* width: 50px; */
    height: px;
    float: right;
}

.tab_more>div {
    /* width: 50px; */
    height: px;
    line-height: px;

}

.tab_more>div>a {
    color: #333333;
    font-size: 16px;
}



.tab_list {
    width: 100%;
    height: 39px;
    /* border-bottom: 1px dashed #b9b9b9; */
    overflow: hidden;
}

.tab_list>div {
    float: left;
    height: 39px;
    line-height: 39px;

}
.tab_list>div:first-child{
    width: 4px;
    height: 4px;
    background: #333333;
    margin-top: 18px;
    margin-right: 5px;
    border-radius: 50%;
}
.tab_list>div>a {
    color: #333333;
    font-size: 16px;
}

.tab_list>div>a:hover {
    color: #FF0000;
}

.tab_list>p {
    float: right;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #CCCCCC;
    margin: 0;
}

@media screen and (max-width: 768px) {

    .ndbb-log {
        width: 100%;
    }

    .ndbb-log a img {
        width: 100%;
    }
    .ndbb-list {
        width: 100%;
        padding: 0 10px;
    }
    .ndbb-list2 {
        display: none;
    }
    .dqwz div {
        width: 100%;
    }
    .ndbb-list div a {
        font-size: 18px;
    }
    .ndbb-list ul {
        display: flex;
        flex-wrap: wrap;
    }
    .ndbb-list ul li {
        text-align: center;
    }
    .ndbb-list ul li a {
        font-size: 12px;
    }
}