* {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1;
    list-style: none;
    font-weight: normal;
    font-size: 100%;
}

.page {
    width: 100%;
    /* overflow: hidden; */
}

img {
    border: none;
    display: block;
}

.header {
    height: 80px;
    padding: 0 140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 960px;
    box-sizing: border-box;
}

.headLogo {
    width: 64px;
    height: 64px;
}

.headUl {
    display: flex;
    width: 632px;
    justify-content: space-between;
}

.headUl li:hover {
    color: #6298EA;
    cursor: pointer;
}

.banner img {
    height: 700px;
    width: 100%;
    min-width: 960px;
}


.center {
    max-width: 1420px;
    min-width: 960px;
    margin: 0 auto;
}

.about {
    height: 726px;
    display: flex;
    justify-content: space-between;
}

.aboutTitle {
    font-size: 40px;
    color: #163369;
    font-weight: 600;
    /* position: relative; */
}

.aboutAfter {
    position: absolute;
    left: 0;
    margin-top: 22px;
    height: 2px;
    width: 406px;
    background: #6298EA;
}

.aboutLeft {
    width: 322px;
    font-size: 22px;
    margin-top: 80px;
}

.aboutText {
    margin-top: 82px;
    font-weight: 500;
    font-weight: 500;
    line-height: 30px;
}

.aboutNum {
    width: 280px;
    height: 370px;
    border-radius: 4px;
    background: #F7FAFF;
    position: relative;
    padding: 0 30px;
    box-sizing: border-box;
}

.aboutNum .num {
    color: #6298EA;
    font-size: 70px;
    position: absolute;
    top: -45px;
    left: 30px;
    font-weight: 400;
}

.aboutNum .text {
    margin-top: 50px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #163369;
}

.aboutRight {
    display: flex;
    margin-top: 246px;
}

.news {
    height: 678px;
}

.newsTop {
    padding-top: 100px;
}

.newsTitle {
    font-weight: 600;
    color: #143168;
    font-size: 40px;
    text-align: right;
}

.newsAfter {
    position: absolute;
    right: 0;
    margin-top: 22px;
    width: 406px;
    height: 2px;
    background: #6298EA;
}

.newsCnt {
    display: flex;
    margin-top: 92px;
}

.newImg {
    width: 580px;
    height: 310px;
}

.newP1 {
    font-size: 22px;
}

.newP2 {
    margin-top: 40px;
    font-size: 18px;
    line-height: 26px;
}

.team {
    height: 764px;
    padding-top: 104px;
    box-sizing: border-box;
}

.teamTitle {
    font-size: 40px;
    font-weight: 600;
    color: #FFFFFF;
}

.teamAfter {
    position: absolute;
    left: 0;
    margin-top: 22px;
    width: 406px;
    height: 2px;
    background: #A5B9D9
}

.teamRight {
    margin-top: 190px;
    display: flex;
    align-items: center;
}

.teamRight p {
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 40px;
    width: 670px;
    letter-spacing: 1px;
}

.teamRight img {
    /* width: 45.83%; */
    /* height: 9.2%; */
    max-width: 880px;
    min-width: 330px;
    height: 392px;
    position: absolute;
    right: 0;
}

.partners {
    height: 554px;
}

.parTop {
    height: 216px;
    background: #4B73B3;
    text-align: center;
}

.parTopBox {
    width: 388px;
    text-align: center;
    display: inline-block;
}

.parTitle {
    font-size: 40px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    line-height: 56px;
}

.parLine {
    width: 380px;
    background: #A5B9D9;
    height: 2px;
    margin-top: 12px;
}

.iconBoxDiv {
    margin-top: 66px;
    display: flex;
    justify-content: space-between;
}

.iconBox {
    position: relative;
    width: 420px;
    height: 300px;
    background: #F9FAFC;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 30px;
}
.iconBoximg {
    transition: all 0.5s;
    pointer-events: none;

}
.iconBoxText {
    opacity: 0;
    position: absolute;
    font-size: 22px;
    font-weight: 500;
    color: #666;
    padding: 30px;
    line-height: 36px;
    letter-spacing: 1px;
    transition: all 1s;
}
.fadeInText{
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.iconBox .right {
    margin: 30px auto 0;
    width: 64px;
    height: 24px;
    cursor: pointer;
    transition: all 0.5s;
}
.iconBox .right:hover {
    transform: scale(1.3)
}
.iconBox:first-child> img {
    width: 244px;
    height: 100px;
}

.iconBox:nth-child(2)> img {
    width: 252px;
    height: 80px;
}
.iconBox:nth-child(3)>img {
    width: 286px;
    height: 78px;
}
.contact {
    height: 758px;
}

.contactTitle {
    font-size: 40px;
    font-weight: 500;
    color: #143168;
    padding-top: 90px;
}

.contactAfter {
    position: absolute;
    left: 0;
    margin-top: 22px;
    width: 490px;
    height: 2px;
    background: #6298EA;
}

.contact img {
    width: 689px;
    height: 418px;
    margin-top: 102px;
}

.textDiv {
    width: 790px;
    height: 270px;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 74px;
    right: 0;
}

.textDiv > div {
    position: relative;
    margin-top: 30px;
    margin-left: 81px;
    line-height: 28px;

}

.textDiv p {
    font-size: 20px;
    color: #143168;
    font-weight: 400;
}

.textDiv span {
    position: absolute;
    left: -24px;
    height: 8px;
    width: 8px;
    border-radius: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(90deg, #3072F0 0%, #6298EA 100%);
}