.jczwgk{
    font-family: "微软雅黑";
    clear: both;
    background-color: #F6F6F6;
    padding: 0;
    margin: 0;
}
#header{
    width: 100%;
    background: url(../img/jczwgk_bg.png)  top center no-repeat;
    background-size: 120% auto;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-bottom: #2669b0 solid 9px;
}
.tool-bar{
    position: absolute;
    top:9%;
    right:25%;
}
.back-to-index{
    width: 100px;
}
.div-inline{
    display: inline-block;
    height: 46px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0px 1px 5px -2px;
}
.div-inline>a{
    color: #f3f3f3;
    font-size: 16px;
    display: inline-block;
    padding: 12px 0 0 9px;
    text-decoration: none;
}
.gfh{
    width: 120%;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.head_search{
    height: 46px;
    width: 300px;
    position: absolute;
    top: 9%;
    right: 5.5%;
}
.head_search input::placeholder{
    color: rgba(255, 255, 255, 0.84);
}
.text{
    background: rgba(255, 255, 255, 0.3);
    height: 46px;
    width: 280px;
    border-radius: 30px;
    border: none;
    padding-left: 20px;
    box-shadow: 0 1px 5px -2px;
    font-size: 16px;
}
#searchMdiy{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 3px;
    right: 2%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 9;
    border: none;
}
.head_search img{
    position: absolute;
    top: 3px;
    right: 15px;
}
.p1 {
    background: url(../img/bg52.png) bottom no-repeat;
    background-size: 90%;
}
.zcwj_title {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.zcwj_title img {
    width: 100%;
    max-width: 649px;
}
.zcwj {
    max-width: 1380px;
    margin: 5% auto 0 auto;
    overflow: hidden;
    padding-bottom: 2%;
}
.zcwj_main {
    background-color: white;
    width: 42%;
    float: left;
    box-shadow: 13px 13px 0px -2px #C5DCEA;
    padding: 2%;
    margin-bottom: 5%;
}
.zcwj_main h2 {
    text-align: center;
    color: #444444;
}
.zcwj_main a{
    text-decoration: none;
}
.p3 {
    background-color: white;
}
.zdly {
    max-width: 1380px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}
.zdly_title img{
    width: 100%;
    max-width: 661px;
}
.zdly_main {
    margin-top: 3%;
    margin-bottom: 3%;
    overflow: auto;
}
.zdly_main::after{
    content: "";
    display: inline-block;
    clear: both;
}
.zdly_img {
    position: relative;
    float: left;
    overflow: hidden;
    width: calc(100%/4);
    margin-bottom: 2%;
}
.zdly a {
    font-family: "microsoft yahei";
    font-size: 26px;
    color: #2669B0;
}
.s1 {
    position: absolute;
    top:25%;
    right: 12%;
    width: 60%;
}
.zdly a:hover{
    color: white;
}

.zdly_img_2{
    display: none;
}
.gzjl{
    max-width: 1380px;
    padding:3% 0;
    margin: 0 auto;
}
.gzjl_title{
    background: url(../img/gzjc.png) top center no-repeat;
    width: 255px;
    margin: 0 auto;
}
.gzjl_title h2{
    font-family: "microsoft yahei";
    font-size: 30px;
    color: #FFFFFF;
    line-height: 64px;
    padding-left: 28px;
}
.gzjl ul{
    overflow: auto;
}
.gzjl ul::after{
    content: "";
    display: inline-block;
    clear: both;
}
.gzjl ul li{
    list-style: none;
    float: left;
    width: calc(100%/3);
    text-align: center;
    margin-top: 2%;
}
.gzjl ul li img{
    width: 95%;
}
@media screen and (max-width: 980px) {
    .tool-bar {
        display: none;
    }
    .zcwj_main h2{
        font-size: 1.2em;
    }
    .zdly_img{
        width: calc(100%/3);
    }
}
@media screen and (max-width: 680px) {
    .zdly_img{
        width: calc(100%/2);
    }
    .gzjl ul li{
        width: calc(100%/2);
    }
}
@media screen and (max-width: 480px) {
    .zdly_img img{
        width: 90%;
    }
    .zdly_img a{
        font-size: 20px;
    }
}






