body{
    background: url('../images/zfgzgb-bg.png') center top no-repeat;
}
.gzbg-container{
    width: 1280px;
    margin: 0 auto;
}
.gzbg-logo{
    padding-top: 67px;
}
.gzbg-con{
    background-color: #fff;
    padding: 54px 39px;
    margin-top: 285px;
    border-radius: 10px;
}
.gzbg-con .gzbg-title > h3{
    float: left;
    width: 15%;
    height: 69px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 54px;
    background: url('../images/gzbg-title-bg.png') center no-repeat;
}
.gzbg-con .gzbg-title > p{
    float: left;
    width: 85%;
    padding-left: 13px;
    font-size: 18px;
    line-height: 29px;
}
.gzmb-con{
    background: #f5f5f5;
    border-radius: 10px;
    width: 98%;
    padding: 24px 22px;
    margin: 0 auto;
}
.gzmb-con img{
    vertical-align: middle;
    padding-right: 14px;
}

.gzmb-con-title{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 20px;
    margin-bottom: 14px;
}
.gzmb-con > p{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
    margin-bottom: 21px;
}
.gzmb-con-title>span{
    padding-left: 30px;
    font-size: 16px;
    font-weight: normal;
}
.cxjc{
    margin-top: 29px;
}
.cxjc .gzbg-title > h3 {
    font-size: 20px;
}

.cxjc .gzbg-title ul{
    float: left;
    width: 50%;
}
.cxjc .gzbg-title ul li{
    float: left;
    width: 25%;
    text-align: center;
    font-size: 18px;
    color: #000000;
    line-height: 61px;
    position: relative;
    cursor: pointer;
}
.cxjc .gzbg-title ul li.on,.cxjc .gzbg-title ul li:hover{
    font-weight: bold;
}
.cxjc .gzbg-title ul li::after{
    content: '';
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 8px;
    background-color: #fff;
    border-radius: 5px;
}
.cxjc .gzbg-title ul li.on::after,.cxjc .gzbg-title ul li:hover::after{
    background-color: #dd4d4d;
}
.wrap{
    background: url('../images/gzbg-bottom-bg.png') center bottom no-repeat;
    padding-bottom: 205px;
}
#body>div{
    display: none;
}

/*-------------适应手机-------------*/
@media (max-width: 768px) {
    body{
        background-size: 160%;
    }
    .wrap{
        padding-bottom: 93px;
    }
    .gzbg-container,.cxjc .gzbg-title ul {
        width: 100%;
    }
    .gzbg-logo{
        text-align: center;
        padding-top: 10px;
    }
    .gzbg-con .gzbg-title > h3,.gzbg-con .gzbg-title > p{
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .gzbg-con{
        margin-top: 108px;
    }
    .gzbg-con,.gzmb-con{
        padding: 15px;
    }
    .gzmb-con > p {
        line-height: 30px;
    }
}