* {
    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: #eee;
}

/* 头部开始 */
.bg {
    width: 100%;
    height: 477px;
    background: url(../img/bg.jpg) no-repeat top center;
    background-size: cover;
}

.top {
    margin: 0 auto;
    padding-top: 0;
    width: 1600px;
    height: 450px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.top_lf {
    margin-left: 30px;
}

.top_rt {
    text-align: center;
    height: 30px;
    line-height: 30px;
    width: 100px;
    background-color: #3875C4;
    border-radius: 8px;
}

.top_rt a {
    color: white;
}

/* 头部结束 */


/* 导航栏 */
.nav {
    width: 100%;
    height: 60px;
    background-color: #3875C4;
}

.nav_lim {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.nav_lim li {
    width: 25%;
    padding: 0, 5%;
    line-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #fff;
}

.nav_lim li:nth-child(5) {
    border-right: 0px;
}

.nav_lim li img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.nav_lim li a {
    font-size: 1.5rem;
    color: #fff;
    display: block;
}

.content {
    width: 1400px;
    margin: 0 auto;
}

/* 面包屑 */
.position {
    width: 1400px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    font-size: 1.25rem;
}


/* 五公开列表页 */
.wgk_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 100px 20px;
    background: url(../img/d4.jpg) center top no-repeat;
    background-size: 100%;
}

.wgk_list li {
    width: 49%;
    height: 80px;
    padding: 0px 20px;
    background-color: #fff;
    border: 1px solid #3875C4;
    border-radius: 12px;
    margin-bottom: 20px;
}

.wgk_list li a {
    font-size: 1.5rem;
    color: #3875C4;
    font-weight: bolder;
    display: block;
    text-align: center;
    line-height: 80px;
}

.wgk_list li:hover{
    background-color: #3875C4;
}
.wgk_list li:hover a{
    
    color: #fff;
}


/* 主体 */
.dy {
    padding: 15px;
    background: url(../img/bg-ztty.png) center no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.dy_lf {
    width: 390px;
    text-align: center;
    margin-right: 30px;
}

.dy_lf span {
    background-image: url(../img/icon-dyfive.png);
    margin: 0 auto;
    display: block;
    width: 74px;
    height: 74px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #015293;
    background-repeat: no-repeat;
    background-position: center;
}

.dy_lf p {
    line-height: 54px;
    font-size: 26px;
    color: #015293;
}

.dy_rt {
    padding: 10px 0 10px 94px;
    background: url(../img/bg-dydesc.png) left center no-repeat;
    line-height: 30px;
    text-indent: 2em;
}

.wgk_xmjj {
    width: 100%;
    padding: 20px;
    background: url(../img/bg-ztty.png) center no-repeat;
    background-size: 100%;
    line-height: 30px;
    text-indent: 2em;
    margin-bottom: 30px;
}

.wgk_xmjj p {
    line-height: 30px;
    font-size: 1.5rem;
    font-weight: bolder;
    color: #56AAE7;
    text-align: center;
    margin-bottom: 10px;
}

.wgk_xmjj p img {
    width: 30px;
    vertical-align: bottom;
    margin-right: 30px;
}

.wgk_main {
    width: 100%;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.wgk_main .hd {
    /* width: 70%; */
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
}

.wgk_main .hd li {
    margin: 10px auto;
    /* width: 14%; */
    border-radius: 8px;
    text-align: center;
    line-height: 30px;
    /* height: 30px; */
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 20px 30px;
    font-weight: bolder;
    font-size: 1.25rem;
}



.wgk_main .hd li img {
    width: 30px;
    vertical-align: bottom;
    margin-right: 10px;
}

.wgk_main .hd li:nth-child(1) {
    color: #FF7245;
}

.wgk_main .hd li:nth-child(2) {
    color: #32A0F0;
}

.wgk_main .hd li:nth-child(3) {
    color: #CAA07D;
}

.wgk_main .hd li:nth-child(4) {
    color: #82C529;
}

.wgk_main .hd li:nth-child(5) {
    color: #F59F17;
}

.wgk_main .hd li.on {
    background-color: #98d1ee;
    border: 1px solid #77a3d6;
    color: #fff;
}

.bd {
    padding: 0px 40px;
    line-height: 30px;
    text-indent: 2em;
}

.bd img {
    width: 40%;
}

.text_box {
    height: auto;
}

.text_box p {
    font-size: 1.25rem;
    line-height: 3rem;
}


.text-center{
    text-align: center;
}

.text-around{
    text-align: center;
    display: flex;
    justify-content: space-around;
}

.text-common{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #2BA0DF;
}







@media screen and (max-width:768px) {
    .bg {
        background-size: 185vw;
        height: auto;
    }

    .top {
        width: 100%;
        padding: 0px;
        height: 48vw;
    }

    .top_lf {
        width: 100vw;
        text-align: center;
        margin: 0 auto;
    }

    .top_rt {
        display: none;
    }

    /* 导航栏 */
    .nav {
        height: auto;
    }

    .nav_lim {
        width: 100%;
        flex-wrap: wrap;
    }

    .nav_lim li {
        width: 50%;
    }

    .nav_lim li:nth-child(5) {
        width: 100%;
    }

    .content {
        width: 100%;
        padding: 4vw 2vw;
    }

    .mainText {
        margin: 0px;
        width: 100%;
        padding: 0px 2vw;
    }

    .dy {
        background: url(../img/bg-ztty.png) center;
        background-size: 350%;
        justify-content: space-between;
        flex-direction: column;
    }
    .dy_lf{
        width: 100%;
    }

    .wgk_xmjj {
        background: url(../img/bg-ztty.png) center;
        background-size: 350%;
    }

    .wgk_main .hd {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .wgk_main .hd li {
        margin: 0px;
        width:100%;
    }

    .bd img {
        width: 80%;
    }
.wgk_list{
    /* background-color: #9ce8f6; */
    background-size: 100% 100%;
    padding: 20px;
}
    .wgk_list li{
        width: 100%;
        height: auto;
        line-height: 30px;
    }
    .wgk_list li a{
        text-align: left;
        line-height: 40px;
        font-size:1.25rem;
    }
    .bd{
        line-height: 1.25rem;
    }
    .text_box p{
        font-size: 1rem;
        line-height: 1.25rem;
    }
}



/* 底部 */
/*底部*/

.foot {
    width: 100%;
    height: 145px;
    background: #3875C4;
    filter: alpha(opacity=50);
    margin-top: 0px;
    position: static;
}

.footer {
    padding: 0 128px;
    padding-top: 20px;
    height: 132px;
    position: relative;
}

.dzjg {
    width: 210px;
    padding-top: 8px;
}

.jiucuo {
    width: 110px;
    padding-top: 8px;
}

.dbbq {
    width: 624px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
}

.bq_con p {
    color: #fff;
    line-height: 22px;
}

.dbbq a {
    color: #FFFFFF;
}

.fl {
    float: left;

}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

/*底部*/
.foot {
    width: 100%;
    height: 145px;
    background: #3875C4;
    filter: alpha(opacity=50);
    margin-top: 0px;
    position: static;
}

.footer {
    padding: 0 128px;
    padding-top: 20px;
    height: 132px;
    position: relative;
}

.dzjg {
    width: 210px;
    padding-top: 8px;
}

.jiucuo {
    width: 110px;
    padding-top: 8px;
}

.dbbq {
    width: 624px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
}

.bq_con p {
    color: #fff;
    line-height: 22px;
}

.dbbq a {
    color: #FFFFFF;
}

.jbzx {
    position: absolute;
    right: -8px;
    margin-top: 9px;
}



@media screen and (max-width:768px) {
    .bg {
        background-size: 185vw;
        height: auto;
    }

    .top {
        width: 100%;
        padding: 0px;
        height: 48vw;
    }

    .top_lf {
        width: 100vw;
        text-align: center;
        margin: 0 auto;
    }

    .top_rt {
        display: none;
    }

    /* 导航栏 */
    .nav {
        height: auto;
    }

    .nav_lim {
        width: 100%;
        flex-wrap: wrap;
    }

    .nav_lim li {
        width: 50%;
    }

    .nav_lim li:nth-child(5) {
        width: 100%;
    }

    .content {
        width: 100%;
        padding: 4vw 2vw;
    }

    .position {
        display: none;
    }

    .content {
        flex-direction: column;
    }

    .list_lf {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .list_top {
        width: 100%;
    }

    .list_li {
        width: 50%;
    }

    .list_rt {
        width: 100%;
    }

    .list_main li {
        width: 100%;
    }

    .list_main li a {
        width: 100%;
        padding-left: 10px;
    }

    .list_lf li a {
        padding-left: 40px;
    }

    .list_main .hd {
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap;
    }

    .list_main .hd li {
        width: 49%;
    }

    .list_tit {
        height: auto;
    }

}

@media screen and (max-width:768px) {
    .foot {
        height: 500px;
    }

    .footer {
        padding: 20px 0px 0px;
    }

    .w1200 {
        width: 100%;
    }

    .dzjg {
        width: 100%;
    }

    .fl {
        float: none;
    }

    .fr {
        float: none;
    }

    .dbbq {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;

    }

    .jiucuo {
        text-align: center;
        width: 100%;
    }

    .jbzx {
        width: 100%;
        text-align: center;
    }
}