.center{
    width: 1110px;
}
.box1{
    width: 100%;
    height: 576px;
    background-image: url(../img/cc1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1920px 100%;
    display: flex;
    align-items: center;
    min-width: 1200px;
}
.box1 .tit1{
    font-size: 52px;
    color: #f38b44;
    display: block;
}
.box1 .tit2{
    font-size: 20px;
    color: #f48d45;
    display: block;
}
.box1 p{
    font-size: 16px;
    color: #b8c6d9;
    margin-top: 10px;
    line-height: 23px;
    width: 433px;
}
.box2 {
    width: 100%;
    height: 270px;
    background-color: #fff;
    min-width: 1200px;
}

.box2 .box2cont{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.box2 .box2cont .box2list{
    /* width: 320px;
    height: 200px; */
    margin-top: 60px;
}
.box2 .box2cont .box2list img{
    width: 86px;
    height: 86px;
    display: block;
}
.box2 .box2cont .box2list p{
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
    color: #263d85;
}

.box3{
    width: 100%;
    height: 1186px;
    background-image: url(../img/cc2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1920px 100%;
    min-width: 1200px;
}
.box3 .center{
    padding-left: 90px;
    box-sizing: border-box;
}
.box3 .title{
    font-size: 36px;
    color: #3f97d8;
    text-align: center;
    padding-top: 53px;
}
.box3 .box3cont{
    margin-top: 53px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.box3 .box3cont .box3list{
    width: 313px;
    height: 220px;
    background-color: #fff;
    border-radius: 30px;
    margin-bottom: 33px;
}
.box3 .box3cont .box3list.bget1{
    box-shadow: 0px 0px 9px 1px rgba(153,204,255, .45);
}
.box3 .box3cont .box3list.bget2{
    box-shadow: 0px 0px 9px 1px rgba(153,204,204, .45);
}
.box3 .box3cont .box3list .tit{
    width: 273px;
    height: 43px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    margin: auto;
    margin-top: 27px;
    line-height: 43px;
}
.box3 .box3cont .box3list.bget1 .tit{
    background-color: #67baea;
}

.box3 .box3cont .box3list.bget2 .tit{
    background-color: #86becb;
}

.box3 .box3cont .box3list .text{
    width: 250px;
    margin: auto;
    margin-top: 20px;
    font-size: 16px;
    color: #6d85a2;
}


.box4{
    width: 100%;
    height: 636px;
    background-image: url(../img/cc3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1920px 100%;
    min-width: 1200px;
}
.box4 .title{
    text-align: center;
    font-size: 36px;
    line-height: 50px;
    color: #3f97d8;
    margin-top: 70px;
}
