body,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: 0;
    vertical-align: top;
}

.clearfix {
    zoom: 1;
    _zoom: 1
}

.clearfix:after {
    content: "";
    display: block;
    line-height: 0px;
    height: 0px;
    clear: both;
    visibility: hidden
}

ul,
li {
    list-style: none;
}

ol,
li {
    margin: 0;
    padding: 0;
}

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

a:hover {
    text-decoration: none;
    color: #000;
}

img {
    border: none;
}

.clear {
    clear: both;
}

.equal {
    padding-bottom: 9999px;
    margin-bottom: -9999px;
    overflow: hidden;
}

input,
textarea,
select,
button,
a:focus {
    outline: none;
}

.gdjtxMainContainer {
    max-width: 1920px;
    min-width: 1100px;
    min-height: 800px;
}

.gdjtxMainContent {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearBoth {
    clear: both;
}

.clearLeft {
    clear: left;
}

.clearRight {
    clear: right;
}

body {
    background: url("../image/0.png") repeat-x;
}

/* ----------------------------header---------------------- */
.header {
    width: 100%;
    height: 170px;
    background: url("../image/banner.png");
    background-size: contain;
}

.header .top {
    float: right;
    margin-top: 5px;
    margin-right: 10px;
    color: #fff;
}

.header .top a {
    margin: 0 10px;
    font-size: 12px;
    color: #fff;
}


/* --------------------------nav---------------------- */
.nav {
    height: 55px;
    line-height: 55px;
    background: #2b75cc;
    display: flex;
    justify-content: space-around;
}

.nav ul {
    margin: 0 auto;
    width: 700px;
}

.nav img {
    padding: 0 20px;
}

.nav>ul>li {
    height: 55px;
    float: left;
    width: 100px;
}

.nav>ul>li>a {
    width: 100%;
    display: inline-block;
    height: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    height: 55px;
}

.nav>ul>li:hover a {
    display: inline-block;
    background: #F18924;
    color: #fff;
}

.nav>ul>.active a {
    display: inline-block;
    background: #F18924;
    color: #fff;
}

.nav ul li .navSub {
    position: relative;
    top: -1px;
    z-index: 999;
    display: none;
    height: auto;
    opacity: 0.95;
    border-radius: 0 0 3px 3px;
    border-top: none;
    text-align: center;
    border: solid #F18924;
    border-width: 0 1px 2px;
    width: 99px;
}

.nav>ul>li:hover .navSub {
    display: block;
}

.nav ul li>.navSub li {
    height: 40px;
    border-bottom: 1px solid #b5b5b5;
    background: #fff
}

.nav ul li>.navSub a {
    color: #F18924;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #fff
}

/* .nav ul li > .navSub a:hover{color: #0945B1;} */

/* search */
.search {
    height: 24px;
    line-height: 24px;
    background: url("../image/bg-search.png") no-repeat #f9f9f9;
    border: 1px solid #fff;
    padding: 10px 0 10px 100px;
    font-size: 14px;
    border: 1px solid #d0d0d0;
    margin-top: 10px;
}

.search .keyword {
    float: left;
    display: inline;
    margin-right: 10px;
}

.search .submit {
    float: left;
    display: inline;
    cursor: pointer;
}

.search label {
    float: left;
    display: inline;
    margin-right: 10px;
    font-size: 12px;
}

/* ------------------------footer------------------------- */
.footer {
    background: #2b75cc;
    height: 80px;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    font-size: 12px;
}



/* -------文件下载------------------ */
.download li {
    height: 50px !important;
    line-height: 50px;
    margin-top: 0px !important;
    border-bottom: 1px dotted #c1cbde;
}

/* .download .nth{background:#ccc;} */
.download li a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    width: 100%;
}

.downTitle {
    width: 90%;
    float: left;
    margin-right: 2%;
    font-size: 16px !important;
}

.downTxt {
    width: 8%;
    float: right;
    text-align: center;
    font-size: 14px;
    background: #0945B1;
    color: #fff;
    height: 30px;
    line-height: 30px;
    width: 50px;
    margin-top: 10px;
}

.downTxt:hover {
    color: #fff;
    background: #E9BE12;
}

/* 分页 */
.pagination a {
    color: #404344 !important;
    border: 1px solid #ccc;
    /* margin-right: 10px !important; */
    padding: 3px 8px;
    font-size: 14px;
    text-decoration: none;
    margin-right: 5px;
}

.paging a:hover {
    background-color: #eee;
    text-decoration: none;
}

.paging .page-curr {
    background-color: #f18924 !important;
    color: #fff !important;
    border: none !important;
    padding: 3px 8px;
}

.pagination {
    /* position:absolute; */
    bottom: 40px;
    margin-top: 50px;
    width: 75.83%;
    text-align: center;
    margin-bottom: 30px;
}

.jump {
    width: 165px;
    margin-top: 4px;
    margin-left: 15px;
}

.paging .drift {
    float: left;
    margin-bottom: 50px;
}

.txt {
    width: 40px;
    height: 27px;
    border: none;
}

.bnt {
    background: #fff;
    width: 48px;
    height: 27px;
    border: none;
}

.mt20 a:hover {
    color: #0945B1;
}

/**------------searchContainer --------**/
.searchContainer {
    min-height: 600px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.searchContainer .search_nav {
    line-height: 40px;
    text-align: left;
}

.searchContainer .searchResult .ts {
    line-height: 30px;
}

.searchContainer .searchResult ul li {
    line-height: 50px;
    height: 50px;
    border-bottom: 1px dotted #4d76c0;
}


@media screen and (min-width:1100px) {
    .gdjtxMainContainer {
        overflow-x: hidden;
    }
}