.head,.head .banner{
    width: 100%;
    height: auto;
}
.content {
    width: 100%;
    height: auto;
    background: #ffffff;
}
.content .box1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.box1 .box1-con{
    width: 62.5%;
    margin: 0  auto;
}

.box1-con .box1-head{
    width: 100%;
    height: 240px;
}
.box1-head .box1-title{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction:column;
    text-align: center;
    justify-content: center;
}
.box1-title .cpzx-name{
    font-size: 36px;
    line-height: 72px;
    color: #204699;
    font-weight: bolder;
}
.box1-title .cpzx-gf{
    margin-top: 10px;
    color: #204699;
    font-weight: bolder; 
}
.box1-title .cpzx-slogan{
    width: 91.67%;
    margin: 20px auto 0 auto;
}
.box1-con .box1-main{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.box1-main .cpzxcon{
    width: 48.34%;
    margin-bottom: 38px;
    position: relative;
}
.cpzxcon .cpzximg{
    width: 100%;
}
.cpzxcon .cpzxtxt{
    position: absolute;
    right: 5.2%;
    top: 50px;
    width: 25%;
    height: 60px;
}
@media screen and (min-width: 750px) {
    .box1-title .cpzx-slogan p{
        font-size: 14px;
        line-height: 28px;
        color: #7b7b7b;
    }
    .cpzxtxt .txtname,.cpzxtxt .txtfg{
        font-size: 12px;
        line-height: 24px;
        color: #ffffff;
    }
}
@media screen and (min-width: 1920px) {
    .box1-title .cpzx-slogan p{
        font-size: 16px;
        line-height: 38px;
        color: #7b7b7b;
    }
    .cpzxtxt .txtname,.cpzxtxt .txtfg{
        font-size: 24px;
        line-height: 36px;
        color: #ffffff;
    }
}