.dot {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 50%;
}

.dot img{
    width: 100%;
    z-index: -1;
}

.contaner{
    max-width: 1080px;
    margin: auto;
}

.header{
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .left{
    display: flex;
    align-items: center;
    gap: 5px;
}

.header .left .logo{
    width: 55px;
    height: 55px;
}

.header .left .logo img{
    width: 55px;
    height: 55px;
}

.header .left .title{
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 20px;
    color: #012E7D;
    display: flex;
    flex-direction: column;
    /*gap: 5px;*/
}

.header .left .title p{
    margin: 0;
}

.header .right{
    display: flex;
    gap:10px;
}

.header .right .item{
    padding: 10px 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
}

.header .right .item:hover{
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 15px;
}

.banner {
    display: flex;
    align-items: center;
    position: relative;
    margin: 30px 0;
}

.banner .pic{
    position: absolute;
    top: calc(50%-92px);
    left: -10%;
    width: 160px;
    height: 185px;
    z-index: -1;
}

.banner .pic img{
    width: 160px;
    height: 185px;
    z-index: -1;
}

.banner .left{
    width: 50%;
    display: flex;
    flex-direction: column;
}

.banner .left .title{
    font-family: Alimama ShuHeiTi;
    font-weight: bold;
    font-size: 33px;
    color: #012E7D;
}

.banner .left .info{
    margin-top: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 21px;
    color: #606060;
}

.banner .right{
    width: 50%;
}
.banner .right img{
    width: 100%;
}

.banner .left .line{
    border: 3px solid #012E7D;
    width: 110px;
    margin-top: 12px;
}

.section1{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section1 .title{
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 35px;
    color: #012E7D;
}

.section1 .sub-title{
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 20px;
    color: #012E7D;
}

.cards{
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    width: 100%;
}

.cards .item{
    width: 260px;
    height: 400px;
    background: #FFFFFF;
    box-shadow: 3px 3px 7px 0px rgba(139,139,139,0.24);
    border-radius: 14px;
    border: 1px solid #B2CAFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
}

.cards .item .img{
    height: 70px;
}

.cards .item .img img{
    height: 70px;
}

.cards .item .title{
    font-family: Source Han Sans CN;
    font-weight: 600;
    font-size: 24px;
    color: #012E7D;
    margin-top: 20px;
}

.cards .item .info{
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 17px;
    color: #1E1E1E;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section2{
    height: 540px;
    margin-top: 80px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
 /*   background: url('/static/index2/5.png');*/
 /*   background-repeat: no-repeat;*/
 /*background-size:100%;*/
}

.section2 .bg{
    height: 640px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.section2 .bg img{
    width: 100%;
    height: 100%;
}

.section2 .title{
    margin-top: 70px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 35px;
    color: #FFFFFF;
}

.section2 .sub-title{
    margin-top: 10px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
}

.section2 .info{
    max-width: 1080px;
    display: flex;
    align-items: center;
}

.section2 .info .left{
    width: 50%;
    padding: 30px;
}

.section2 .info .left img{
    width: calc(100%-60px);
}

.section2 .info .right{
    width: 50%;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 17px;
    color: #FFFFFF;
}

.section3{
    width: 100%;
    margin-top: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section3 .title{
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 35px;
    color: #012E7D;
}

.section3 .sub-title{
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 20px;
    color: #012E7D;
}

.section3 .info{
    margin-top: 120px;
    max-width: 1080px;
    display: flex;
    justify-content: space-between;
}

.section3 .info .item{
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section3 .info .mid{
    width: 30%;
}

.section3 .info .mid img{
    width: 100%;
}

.section4{
    margin-top: 120px;
    background-color: #F1F8FF;
    width: 100%;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section4 .title{
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 35px;
    color: #012E7D;
}

.section4 .sub-title{
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 20px;
    color: #012E7D;
}

.section4 .info{
    margin-top: 45px;
    max-width: 1080px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section4 .info .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.section4 .info .item .img{
    width: 100px;
    height: 100px;
    border: none;
    border-radius: 100%;
    overflow: hidden;
}

.section4 .info .item .img img{
    width: 100px;
    height: 100px;
}

.section4 .info .item .title{
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 17px;
    color: #1E1E1E;
}

.section4 .info .item .name{
    font-family: Source Han Sans CN;
    font-weight: 800;
    font-size: 17px;
    color: #1E1E1E;
}

.section5{
    margin-top: 80px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section5 .title{
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 35px;
    color: #012E7D;
}

.section5 .sub-title{
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 20px;
    color: #012E7D;
}

.section5 .card{
    margin-top: 50px;
    background: #FFFFFF;
    box-shadow: 3px 3px 7px 0px rgba(139,139,139,0.24);
    border-radius: 14px;
    border: 1px solid #B2CAFF;
    width: 100%;
    max-width: 1080px;
    padding: 80px 50px;
    
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section5 .card .item{
    width: calc(100%-160px);
    padding: 10px 80px;
    background: #F1F8FF;
    border-radius: 30px;
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
}

.section5 .card .item .name{
    font-family: Source Han Sans CN;
    font-weight: 800;
    font-size: 21px;
    color: #1E1E1E;
    width: 70px;
    text-align: justify;
    text-align-last: justify;
    /*兼容ie*/
    text-justify: distribute-all-lines;
}

.section5 .card .item .info{
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 21px;
    color: #1E1E1E;
}

.footer{
    position: relative;
    margin-top: 140px;
    display: flex;
    width: 100%;
    justify-content: center;
    height: 380px;
    flex-direction: column;
    align-items: center;
}

.footer .bg{
    height: 380px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.footer .bg img{
    width: 100%;
    height: 100%;
}

.footer .link{
    width: 100%;
    max-width: 600px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer .link .left{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer .link .title{
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
}

.footer .link .info{
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    line-height: 50px;
    gap: 10px;
}

.footer .link .info img{
    width: 24px;
}

.footer .line{
    margin-top: 60px;
    width: 800px;
    border: 1px solid #FFF;
}

.footer .reg{
    margin-top: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFF;
}