.index_top {
    height: 670px;
    background: url("../images/homebj.png") no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.index_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 88px;
}

.logoAndTitle {
    height: 80px;
    display: flex;
    justify-content: start;
    align-items: flex-start;
    position: relative;
    left: -10px;
}

.logoAndTitle>.logo {
    display: block;
    width: 80px;
    height: 80px;
    background: url("../images/icon_logo.svg") no-repeat center;
    background-size: contain;
}

.logoAndTitle>h1 {
    font-size: 56px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 66px;
}

.logoAndTitle>.tb {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.logoAndTitle>.tb>.jsb {
    display: block;
    width: 82px;
    height: 36px;
    background: url("../images/icon_mfsyb.svg") no-repeat center;
    background-size: cover;
    margin-left: 10px;
}

.logoAndTitle>.tb>p {
    height: 24px;
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

.logoAndTitle>.tb>p>span {
    display: inline-block;
    width: 0;
    height: 16px;
    border-left: 1px solid #333333;
    margin-right: 10px;
}

.idnex_ms {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 24px;
}

.idnex_ms>i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/Frame.svg") no-repeat center;
    background-size: contain;
    margin-right: 10px;
}

.idnex_ms>span {
    display: inline-block;
    height: 24px;
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333;
    line-height: 24px;
}

.dwonbtnAndNum {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.dwonBtnIndex {
    /* display: block; */
    width: 280px;
    height: 70px;
    background: #1675FE;
    border-radius: 8px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.dwonBtnIndex>.icon {
    display: inline-block;
    width: 25px;
    height: 26px;
    background: url("../images/icon_windows.svg") no-repeat center;
    background-size: cover;
    margin-right: 20px;
}

.dwonBtnIndex>span {
    display: inline-block;
    height: 26px;
    font-size: 20px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 23px;
}

.dwonBtnIndex>.an {
    width: 290px;
    height: 290px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
    position: absolute;
    top: -106px;
    animation: spread 1.5s infinite both;
    -webkit-animation: spread 1.5s infinite both;
    -moz-animation: spread 1.5s infinite both;
    -o-animation: spread 1.5s infinite both;
}

@keyframes spread {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes spread {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes spread {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes spread {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.dwonbtnAndNum>.ljNub {
    margin-left: 20px;
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    display: flex;
    align-items: center;
}

.dwonbtnAndNum>.ljNub>span {
    font-size: 30px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FF5D02;
}

.somemsg>p {
    height: 24px;
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-top: 20px;
}

.somemsg>p>span {
    display: inline-block;
    width: 270px;
}

.somemsg>p>.xt {
    font-size: 14px;
}

.index_right {
    width: 561px;
    height: 450px;
}

.index_right>img {
    display: block;
    width: 561px;
    height: 450px;
}

.numberList {
    height: 414px;
    position: relative;
}

.boxbb {
    width: 1200px;
    height: 394px;
    background: linear-gradient(180deg, #E2EDFF 0%, #FFFFFF 100%);
    border-radius: 10px;
    position: relative;
    top: -60px;
}

.numberDiv {
    width: 1200px;
    height: 120px;
    background: linear-gradient(180deg, #E2EDFF 0%, #FFFFFF 100%);
    box-shadow: 0px 4px 10px 1px rgba(22, 117, 254, 0.1), inset 0px 4px 0px 1px #FFFFFF;
    border-radius: 10px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.numberDiv>.numberp {
    width: 70px;
    height: 90px;
    background: linear-gradient(180deg, #F2F7FF 0%, #FFFFFF 100%);
    box-shadow: 0px 4px 10px 1px rgba(22, 117, 254, 0.1), inset 0px 2px 0px 1px #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    line-height: 90px;
    text-align: center;
    font-size: 50px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #1675FE;
    margin: 0 15px;
}

.numberDiv>.numberp.fg {
    width: 25px;
    background: unset;
    box-shadow: unset;
    margin: 0;
}

.numberDiv>p {
    height: 24px;
    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    margin: 0 30px;
}

.plist {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 100px;
}

.plist>a {
    display: block;
    width: 120px;
}

.plist>a:hover>.plist-items {
    position: relative;
    top: -10px;
}

.plist-items {
    width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}

.plist-items>img {
    display: block;
    width: 120px;
    height: 120px;
}

.plist-items>p {
    height: 24px;
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333;
    line-height: 24px;
    margin-top: 10px;
}

.bgEDtoFA {
    background: linear-gradient(180deg, #EDF3FF 0%, #FAFBFF 100%);
}

.information {
    height: 858px;
    position: relative;
    overflow: hidden;
}

.h2 {
    width: 627px;
    height: 20px;
    background: linear-gradient(270deg, rgba(22, 117, 254, 0) 0%, #1675FE 51%, rgba(22, 117, 254, 0) 100%);
    margin: 150px auto 0 auto;
    text-align: center;
    font-size: 36px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.mt86 {
    margin-top: 86px;
}

.mt120 {
    margin-top: 120px;
}

.centerflex {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.img1 {
    display: block;
    width: 595px;
    height: 484px;
}

.img2 {
    display: block;
    width: 594px;
    height: 472px;
}

.textMsgbox {
    width: 530px;
    height: 484px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.information1 .textMsgbox {
    height: 472px;
}