*{
    margin: 0;
    padding: 0;
}
ul li{
    list-style: none;
}
body{
    background: #f4f4f4;
}

@media screen and (min-width: 769px) {
    .bwcx_bg{height: 0px;position: relative;z-index: -1;}
    .bwcx_bt{width: 1200px;margin: 0px auto;}
    .logo{width: 240px;margin-bottom: 50px;}
    .logo a img{width: 100%;margin-top: 5px;}
    .zdgk-header{
        width: 100%;
        height: 376px;
        background: url(../images/xxzd_logo.jpg) no-repeat center;
    }
    .zdgk-content{
        width: 1200px;
        margin: auto;
        background: #fff;
        box-sizing: border-box;
        padding: 0 20px 30px 20px;
    }
    .zdgk-desc{
        width: 100%;

        padding: 33px 0 0 0;
        box-sizing: border-box;
        line-height: 28px;
        font-size: 16px;
        text-indent:20px;
    }
    .zdgk-part{
        width: 100%;
        margin-top: 22px;
    }
    .part-p{
        height: 50px;
        background: #e8f4ff;
        margin-bottom: 35px;
    }
    .part-p p{
        width: 240px;
        background: #0056a4;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        line-height: 50px;
        text-align: center;
    }

    .part-li ul li{
        width: 278px;
        height: 85px;
        background: url(../images/xx_bg.png) no-repeat;
        float: left;
        text-align: center;
        line-height: 85px;
        font-size: 16px;
        margin: 0 16px 15px 0;
    }
    .part-li ul li:nth-child(4n){
        margin-right: 0;
    }
    .part-li ul li a{
        color: #000;
        text-decoration: none;
    }
    .part-li ul:after{
        content: "";
        display: block;
        clear: both;
    }
}

@media screen and (max-width: 768px) {
    .bwcx_bg{height: 0px;position: relative;z-index: -1;}
    .bwcx_bt{width: 100%;margin: 0px auto;}
    .logo{width: 130px;margin-bottom: 50px;}
    .logo a img{width: 100%;}
    .zdgk-header{
        width: 100%;
        height: 100px;
        background: url(../images/xxzd_logo.jpg) no-repeat center;
        background-size: 100% 100%;
    }
    .zdgk-content{
        margin: auto;
        background: #fff;
        box-sizing: border-box;
        /*padding: 10px 5px;*/
        text-align: justify;
    }
    .zdgk-desc{
        width: 100%;
        box-sizing: border-box;
        line-height: 28px;
        font-size: 14px;
        text-indent:20px;
        padding: 5px 20px;
    }
    .zdgk-part{
        width: 100%;
        margin-top: 22px;
    }
    .part-p{
        height: 50px;
        background: #e8f4ff;
        margin-bottom: 15px;
    }
    .part-p p{
        width: 240px;
        background: #0056a4;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        line-height: 50px;
        text-align: center;
    }

    .part-li ul li{
        width: 46%;
        height: 45px;
        background: url(../images/xx_bg.png) no-repeat;
        float: left;
        text-align: center;
        font-size: 14px;
        margin-left: 3%;
        margin-top: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
    }
    .part-p{
        /*display: none;*/
    }
    .part-li ul li a{
        color: #000;
        text-decoration: none;
    }
    .part-li ul:after{
        content: "";
        display: block;
        clear: both;
    }
} 
