.head {
    width: 100%;
    height: auto;
    /* margin-top: 84px; */
}

.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%;
    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-head .box1-title h1,.box1-head .box1-title h2{
    width: 100%;
}

.box1-head .box1-title h1{
    font-size: 48px;
    font-weight: normal;
}

.box1-head .box1-title h2{
    font-size: 24px;
    font-weight: normal;
    line-height: 32px;
}

.box1-con .box1-main{
    width: 100%;
    background: #ffffff;
    margin: 0 auto;
}

.box1-main .cpjslist{
    width: 83.48%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 306px;
}

.cpjslist .cpjscon{
    width: 235px;
    height: 260px;
    margin-bottom: 50px;
}
.cpjslist .cpjscon:last-child{
    text-align: center;
    line-height: 260px; 
    font-size: 160px;
    color: #d3d3d3;
}