.box1{
    width: 100%;
    height: 235px;
    background-image: url(../img/ca1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1920px 100%;
    display: flex;
    align-items: center;
    min-width: 1200px;
}
.box1 span{
    font-size: 36px;
    color: #fff;
}
.box1 p{
    font-size: 18px;
    color: #fefefe;
    margin-top: 10px;
}
.box2 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.box2 .center>span{
    font-size: 36px;
    color: #3e3e3e;
    display: block;
    text-align: center;
}
.box2_hy{
    display: flex;
    align-items: center;
    margin-top: 50px;
    justify-content: space-evenly;
}
.box2_hy .list{
    width: 100px;
}
.box2_hy .list .listimg{
    width: 51px;
    height: 51px;
    border: 2px solid #e9e9e9;
    border-radius: 50%;
    margin: auto;
    /* background-color: #fff; */
}
.box2_hy .list .listimg img{
    width: 100%;
    height: 100%;
    display: block;
}
.box2_hy .list p{
    font-size: 16px;
    color: #3e3e3e;
    margin-top: 20px;
    text-align: center;
}
.box3{
    width: 100%;
    min-width: 1200px;
    background-image: url(../img/ca2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1920px 100%;
    padding-top: 60px;
    padding-bottom: 80px;
}
.box3 .center>span{
    font-size: 36px;
    color: #3e3e3e;
    display: block;
    text-align: center;
}
.box3 .text{
    font-size: 16px;
    color: #3e3e3e;
    line-height: 40px;
    margin-top: 50px;
}
.box3 .box3centit{
    margin-top: 80px;
    font-size: 20px;
    color: #3e3e3e;
    text-align: center;
    font-weight: bold;
}
.box3 .qiyecont{
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}
.box3 .qiyecont .qiyelist{
    position: relative;
    background-color: #fff;
    border: 3px solid #017cef;
    width: 370px;
    box-sizing: border-box;
    padding-top: 52px;
    border-radius: 10px;
    padding: 52px 30px;
    box-shadow: 0 0 20px 1px rgba(12,12 ,12,0.13);
}
.box3 .qiyecont .qiyelist .qiyeimg{
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: #017cef;
    border-radius: 50%;
    top: -37px;
    left: 50%;
    margin-left: -37px;
}
.box3 .qiyecont .qiyelist .qiyeimg img{
    width: 100%;
    height: 100%;
    display: block;
}
.box3 .qiyecont .qiyelist span{
    font-size: 20px;
    color: #017cef;
    text-align: center;
    display: block;
}
.box3 .qiyecont .qiyelist p{
    font-size: 16px;
    color: #3e3e3e;
    margin-top: 25px;
    line-height: 40px;
}
.box4 {
    width: 100%;
    min-width: 1200px;
    background-image: url(../img/ca3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1920px 100%;
    padding-top: 52px;
    padding-bottom: 100px;
}
.box4 .box4tit{
    font-size: 36px;
    color:#fff;
}
.box4 .box4cont{
    display: flex;
    margin-top: 38px;
}
.box4 .box4cont .left{
    width: 257px;
    height: 259px;
}
.box4 .box4cont .right{
    margin-left: 35px;
}
.box4 .box4cont .riglist{
    margin-top: 40px;
    display: flex;
}
.box4 .box4cont .riglist:nth-child(1){
    margin-top: 0;
}
.box4 .box4cont .riglist .number{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 18px;
    color: #094f90;
    text-align: center;
    line-height: 25px;
}
.box4 .box4cont .riglist p{
    font-size: 18px;
    color: #fff;
    margin-left: 25px;
}
/* .box4 .box4tit span,.box4 .box4tit p{
    font-size: 36px;
    color:#fff;
} */