body{
    margin: 0;
    padding: 0;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.banner{
    width: 100%;
    background: #041f77;
}
.banner img{
    width: 100%;
    max-width: 1920px;
    margin: auto;
    display: block;
}
.box2{
    width: 100%;
    padding: 40px 0;
    background: #E8F4FF;
    height: 520px;
    box-sizing: border-box;
}
.box2 .container {
    height: 440px;
    position: relative;
}
.box2 .left{
    position: absolute;
    z-index: 2;
    left: 40px;
    top: 30px;
    /*width: ;*/
}
.box2 .left .back1{
    width: 660px;
    height: 240px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F7 100%);
    box-shadow: 0px 0px 20px 20px rgba(0,15,77,0.1);
    border-radius: 10px;
}
.box2 .left .back1 div:first-child{
    padding: 17px 19px;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    /*font-style: italic;*/
    text-align: justify;
}
.box2 .left .back1 div:last-child{
    height: 74px;
    padding: 16px 20px;
    background: #2268F5;
    border-radius: 0px 0px 10px 10px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 21px;
    box-sizing: border-box;
}
.box2 .left .back2{
    width: 507px;
    height: 123px;
    background: linear-gradient(180deg, #F59140 0%, #F27318 100%);
    border-radius: 0px 0px 0px 10px;
    margin-left: 13px;
    padding: 26px 30px 30px 30px;
    box-sizing: border-box;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
}
.box2 .left_back{
    width: 526px;
    height: 274px;
    display: block;
    position: absolute;
    z-index: 0;
    left: -26px;
    bottom: -75px;
}
.box2 .right{
    display: block;
    width: 640px;
    height: 440px;
    position: absolute;
    z-index: 1;
    right: 0;
}
.footer{
    width: 100%;
    background: #2268F5;
    overflow: hidden;
    position: relative;
    padding-bottom: 230px;
}
.footer .container{
    position: relative;
    z-index: 1;
}
.footer .title{
    font-size: 14px;
    font-family: AppleSystemUIFont;
    color: #FFFFFF;
    line-height: 21px;
    margin-top: 60px;
}
.footer .title span{
    font-size: 18px;
    font-weight: 600;
}
.footer .futitle{
    margin-top: 7px;
    font-size: 18px;
    font-family: AppleSystemUIFont;
    color: #FFFFFF;
    line-height: 21px;
}
.footer .box{
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
    flex-wrap: wrap;
    z-index: 1;
}
.footer .box .li{
    width: 560px;
    height: 230px;
    border-radius: 10px;
    border: 2px solid #FFFFFF;
    margin-top: 51px;
    position: relative;
}
.footer .box .top{
    background: #2268F5;
    position: absolute;
    left: 30px;
    top: -21px;
    display: flex;
    align-items: center;
    padding: 0 6px;
}
.footer .box .li .num{
    margin-right: 8px;
}
.footer .box .li .title{
    margin-top: 0;
}
.footer .box .li .text1{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
    margin-top: 34px;
    margin-left: 20px;
}
.footer .box .li .text1 div:first-child,
.footer .box .li .text2 div:first-child{
    margin-bottom: 4px;
}
.footer .box .li .text2{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
    margin-top: 26px;
    margin-left: 20px;
}
.footer .back_img{
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
}
