.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 .cjrh-name{
    font-size: 36px;
    line-height: 72px;
    color: #204699;
    font-weight: bolder;
}
.box1-title .cjrh-gf{
    margin-top: 10px;
    color: #204699;
    font-weight: bolder; 
}
.box1-title .cjrh-slogan{
    margin-top: 20px;
    font-size: 16px;
    line-height: 38px;
    color: #7b7b7b;
}

.box1-con .box1-main{
    width: 91.67%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.box1-main .cjrhcon{
    flex: 0 0 calc(16.66% - 58px);
    margin: 16px;
}
.cjrhcon .cjrhimg{
    width: 100%;
}