* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    color: #333;
    font-family: "微软雅黑",
        Arial, Verdana, Helvetica, sans-serif, "宋体";
}

html {
    overflow-x: hidden;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

/* 头部开始 */


body{
    background-color: #F5F6FA;
}

input[type=search]:focus {
    outline: none;
}

.header {
    height: 40px;
    width: 100%;
    background: #12489E;
}

.header_main {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.header_lf {
    width: 30%;
    display: flex;
    justify-content: space-around;
    line-height: 40px;
    height: 40px;
}

.header_lf a {
    color: white;
    font-size: 0.875rem;
}

.header_lf img {
    vertical-align: text-bottom;
}

.header_rt {
    width: 45%;
    height: 40px;
    position: relative;

}

.header_rt ul {
    display: flex;
    justify-content: space-around;
    line-height: 40px;
}

.header_rt a,
.header_rt span {
    font-size: 0.875rem;
    color: white;

}

.search {
    margin-top: 7px;
    position: relative;
}

.search img {
    width: 23px;
    height: 23px;
}

.search_main {
    display: none;
    height: 50px;
    width: 250px;
    position: absolute;
    right: -200px;
    top: 55px;

}

.search_input {
    float: left;
    width: 200px;
    height: 50px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: 1px solid #015293;
    padding-left: 10px;
    background-color: #fff;
    line-height: 50px;
}

.search_input input {
    border: none;
    width: 200px;
    height: 50px;
    background: none;
}

.searchBtn {
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background-color: #015293;
    color: #fff;
    float: left;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* 头部结束 */


.body_1 {
    width: 100%;
    height: 384px;
    background: url(../img/bg.jpg) no-repeat top center;
    background-size: cover;

}

.top {
    width: 1400px;
    height: 384px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 50px;

}

.top_lf {
    margin-left: 30px;
}

.top_rt {
    text-align: center;
    height: 30px;
    line-height: 30px;
    width: 100px;
    background-color: #286AC8;
    border-radius: 8px;
}

.top_rt a {
    color: white;
}

.nav {
    width: 100%;
    background-color: #2579F3;
    height: 60px;
    margin-bottom: 30px;
}

.nav_body {
    width: 1400px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    display: flex;
    justify-content: space-between;
}

.nav_body li {
    text-align: center;
    width: calc(100% / 6);
}

.nav_body li a {
    font-size: 1.5rem;
    color: white;
}




.body_2 {
    width: 1400px;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
    margin-bottom: 30px;
}

.gkzd,.bmzx,.dwml,.xxgk {
    background-color: white;
    width: 49%;
    height: auto;
    padding: 20px;
}

.gkzd_tit,.bmzx_tit,.dwml_tit,.xxgk_tit  {
    text-align: center;
    background: url(../img/line01.png) center center no-repeat;
    margin-bottom: 20px;
}

.gkzd_tit a,.bmzx_tit a{
    color: #256CCD;
    font-size: 2rem;
    font-weight: bolder;
}
.dwml_tit a,.xxgk_tit a {
    color: #676767;
    font-size: 1.25rem;
}

.gkzd_main,.bmzx_main,.dwml_main,.xxgk_main {
    width: 100%;
}

.gkzd_main li,.bmzx_main li,.dwml_main li,.xxgk_main li{
    width: 100%;
    line-height: 40px;
    height: 40px;
    display: flex;
    justify-content: flex-start;
}


.gkzd_main li a,.bmzx_main li a,.dwml_main li a,.xxgk_main li a {
    font-size: 1.125rem;
    display: block;
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
}

.gkzd_main li::before,.bmzx_main li::before,
.dwml_main li::before,.xxgk_main li::before {
    content: "♦";
    color: #0C70DD;
    font-size: 20px;
    margin-right: 10px;
}



.body_3 {
    width: 1400px;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    margin-bottom: 30px;
}

.qsyxxgk_tit {
    text-align: center;
    background: url(../img/line02.png) center center no-repeat;
    margin-bottom: 20px;
}

.qsyxxgk_tit a {
    color: #256CCD;
    font-size: 2rem;
    font-weight: bolder;
}

.qsyxxgk_line{
    width: 100%;
    border-bottom: 1px #E6E6E6 solid;
    margin-bottom: 10px;
}

.qsyxxgk_nav{
    width: 60%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.qsyxxgk_nav li{
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bolder;
    font-size: 1.25rem;
    width: calc(100% / 5);
}

.qsyxxgk_main{
    display: flex;
    justify-content: space-between;
}
.qsyyxxgk_hover{
    border-bottom: 2px #2269CB solid;
}
.hover{
    background-color: #2268CA;
    font-weight: bolder;
}

.more{
    display: block;
    width: 80px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: white;
    background-color: #2579F3;
    border-radius: 8px;
}




/* 友情链接--------------- */
.links { background: #245399; overflow: hidden;}
.home_links { padding: 1rem 0; height: auto; overflow: hidden;}
.home_links .link {text-align: center;}
.home_links .link ul{display: flex; flex-direction: row; justify-content: center;}
.dhlj li { display: inline-block; text-align: left; padding: 0 5rem; font-size: 1.2rem; color: #fff; line-height: 1.3rem; cursor: pointer; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.dhlj li p { padding-right: 25px; background: url(../img/link.png) right center no-repeat;color: #fff; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.home_links_drop { background: #fff;}
.home_links_drop ul { display: none; width: 72%; margin: 0 auto; font-size: 1.1rem; padding: 1.2rem 0; overflow: hidden;  border-top: 1px solid #ddd; list-style-type:none;}
.home_links_drop ul li { float: left; width: 15%;  line-height: 1.8rem; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; margin-left: 5%; color: #6e6e6e;}
.home_links_drop ul li a{ color: #6e6e6e; text-decoration: none;}
.home_links_drop ul li a:hover { color: #245399;}

/* 底部样式--------------- */
.wrapper{ display: flex;flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; list-style-type: none; font-size: 1.1rem;}
.foot-clj{ padding: 1rem 0 1rem 0; text-align: center;}
.foot-clj p a img{ vertical-align: sub;}
.jg{margin-right: 3rem; margin-top: 0.5rem;}
.foot-p{margin-left: 3rem; margin-top: 0.5rem;}
.foot-p0{margin-left: 1rem; margin-top: 0.5rem;}
.foot-clj a{ padding-right: 0.2rem; color: #333333; text-decoration: none; cursor: pointer; border: 0; line-height: 3rem;}
.foot-clj a:hover{ color: #43679a;}



@media screen and (max-width:768px) {

    /* 头部 */
    .header {
        display: none;
    }

    .nav {
        width: 100vw;
        height: 120px;
        margin: 0 auto;
        text-align: center;
    }

    .nav_lf {
        width: 100vw;
        text-align: center;
        margin: 0 auto;
    }

    .nav_rt {
        display: none;
    }

    /* 导航 */
    .nav_img {
        left: 0px;
        top: 125px;
    }

    .nav_img img {
        width: 100vw;
    }


    .body_1 {
        width: 100%;
        height: auto;
        background: url(../img/bg.jpg) no-repeat top center;
        background-size: 210vw;
    }

    .top {
        height: 42vw;
        width: 90vw;
        text-align: center;
        display: block;
        padding: 0px;
        overflow-x: hidden;
    }
    .top_rt{
        display: none;
    }
    .top_lf {
        margin-left: 0px;
        margin: 12px;
    }
    .top_lf img{
        width: 50%;
    }

    .nav_body {
        width: 100vw;
        margin: 0 auto;
        height: 60px;
        line-height: 60px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .nav_body li {
        text-align: center;
        width: calc(100% / 3);
    }


    .body_2 {
        width: 100vw;
        margin: 0 auto;
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .gkzd, .bmzx, .dwml, .xxgk {
        background-color: white;
        width: 100%;
        height: auto;
        padding: 20px;
        margin-bottom: 20px;
    }

    .body_3 {
        width: 100vw;
        margin: 0 auto;
        padding: 20px;
        background-color: white;
        margin-bottom: 30px;
    }

    .qsyxxgk_nav {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .qsyxxgk_nav li {
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-weight: bolder;
        font-size: 1.25rem;
        width: calc(100% / 2);
    }

    .qsyxxgk_main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }




    /* 部门 */
    .bm {
        flex-direction: column;
    }

    .bm li {
        width: 100%;
        margin-right: 0px;
    }

    /* 底部 */
    #link {
        display: none;
    }

    .jg {
        margin-right: 0;
    }

    .foot-p {
        margin-left: 0;
        margin-top: 0;
    }

    .foot-p0 {
        margin-top: 0;
    }

    .wrapper {
        font-size: 0.7rem;
    }

    .foot-clj {
        padding: 0.3rem 0 0.4rem 0;
    }

    .foot-clj a {
        line-height: 1.8rem;
    }
}