body{
    background: #F5FBFE url(../images/zw/zfgb_bg.png) no-repeat top center;
}
.gbheader{
    padding-top: 20px;
}
.gblogo img{
    width: 270px;
}
.zfgbtit{
    margin-top: 40px;
}
.zfgbtit img+img{
    float: right;
    width: 281px;
}
.main{
    margin: 30px auto 0;
    border-radius: 10px;
    background-color: #fff;
}
.schbox{
    width: 100%;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 20px;
    background-color: #3078CB;
    border-radius: 10px;
}
.schbox > *{
    display: inline-block;
    vertical-align: middle;
}
.schbox span{
    margin: 0 10px;
    color: #fff;
    
}
.schbox select{
    width: 105px;
    height: 45px;
    color: #3078CB;
    text-align: center;
    line-height: 45px;
    outline: none;
    background-color: #fff;
    border-radius: 10px;
}
.gblist{
    padding: 40px 20px 0;
}
.gblist ul{
    padding:0 110px 150px;
    background: url(../images/zw/zfgb_ulbg.png) no-repeat bottom center;
    background-size: 100%;
}
.gblist ul li{
    float: left;
    padding-top: 160px;
    width: 215px;
    height: 281px;
    text-align: center;
    background: url(../images/zw/zfgb_libg.png) no-repeat;
}
.gblist ul li + li{
    margin-left: 41px;
}
.gblist ul li p{
    margin-bottom: 15px;
    font-size: 18px;
}
.gblist ul li a{
    display: inline-block;
    width: 75px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.gblist ul li a + a{
    margin-left: 10px;
}

@media screen and (max-width:1520px) {
    .gblist ul li + li{
        margin-left: 26px;
    }
    .gblist ul{
        padding: 0 110px 120px;
    }
}
@media screen and (max-width:1200px){
    .zfgbtit img{
        width: 60%;
    }
    .gblist ul{
        padding: 0 110px 100px;
    }
}
@media screen and (max-width:414px){
    .schbox{
        font-size: 16px;
    }
    .schbox span{
        margin: 0 5px;
    }
    .schbox select{
        height: 32px;
        line-height: 32px;
    }
    .zfgbtit{
        text-align: center;
    }
    .zfgbtit img{
        width:90%;
    }
    .zfgbtit img+img{
        float: unset;
        margin-top: 15px;
        width: 60%;
    }
    .gblist{
        padding: 40px 0 0;
    }
    .gblist ul{
        padding: 0 30px 37px;
    }
    .gblist ul li{
        padding-top: 110px;
        width: 47%;
        height: 210px;
        background-size: 100% 100%;
    }
    .gblist ul li + li{
        margin-left: 15px;
    }
    .gblist ul li p{
        font-size: 16px;
        margin-bottom: 8px;
    }
    .gblist ul li a{
        font-size: 14px;
    }
    .gblist ul li a + a{
        margin-left: 0;
        margin-top: 5px;
    }
}