.section_1 {
    background-color: #1E2024;
    position: relative;
}
.section_1_bg {
    margin-left: 50%;
    transform: translateX(-50%);
    display: inline-block;
}
.section_1_above {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.section_1_above_content {
    transform: translate(-284px, 98px);
}
.above_content_1 {
    font-size: 26px;
    font-weight: 300;
    color: #B39B77;
    text-shadow: 0px 25px 42px rgba(0,0,0,0.3);

    background: linear-gradient(0deg, #FFFFFF 0%, #929292 4.638671875%, #8E8E8E 9.3017578125%, #FFFFFF 81.9580078125%, #A6A6A6 96.0693359375%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.above_content_2 {
    margin-top: 8px;
}
.above_content_2, .above_content_3 {
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 48px;
    text-shadow: 0px 25px 42px rgba(0,0,0,0.3);
}
.above_content_4 {
    height: 10px;
    width: 80px;
    border-bottom: 1px solid #FFFFFF;
    margin-top: 26px;
    margin-bottom: 4px;
}
.above_content_5 {
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    text-shadow: 0px 25px 42px rgba(0,0,0,0.3);

    background: linear-gradient(0deg, #FFFFFF 0%, #929292 4.638671875%, #8E8E8E 9.3017578125%, #FFFFFF 81.9580078125%, #A6A6A6 96.0693359375%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.above_content_6 {
    width: 140px;
    height: 40px;
    background: #2670E8;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 14px;
    margin-top: 34px;
    cursor: pointer;
}

.section_2 {
    position: relative;
    height: 516px;
    width: 100%;
    background-color: #F3F7FF;
    padding-top: 1px;
}
.sectionTitle {
    position: absolute;
    left: 50%;
    top: 80px;
    transform: translate(-50%, 0);
    z-index: 111;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 72px;
}
.sectionTitle>div:first-child {
    position: absolute;
    z-index: -1;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0E2E96;
    opacity: 0.14;
    transform: translateY(-20px);
    text-align: center;
    width: 650px;
}
.sectionTitle>div:nth-child(2) {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #434343;
}
.sectionTitle>div:last-child {
    width: 150px;
    height: 8px;
    background: linear-gradient(0deg, #F3F7FF 0%, #2670E8 100%);
}
.section_2_content {
    width: 1440px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 220px;
}
.section_2_content_item {
    width: 460px;
    height: 240px;
    border: 2px solid #FFFFFF;
    background: linear-gradient(0deg, #FFFFFF 0%, #F3F5F8 100%);
    box-shadow: 0px 10px 30px 0px rgba(17,55,178,0.1);
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    transition: height .4s ease-in-out;
}
@keyframes scaleAnimation_1 {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: scale(1.2) translate(-20px, 0);
    }
}
@keyframes scaleAnimation_2 {
    0% {
        opacity: 0;
        transform: translate(0px, -25%);
    }
    to {
        opacity: 1;
        transform: translate(0px, -50%);
    }
}
.section_2_content_item>img {
    position: absolute;
}
.section_2_content_item>img:nth-of-type(1) {
    top: 10px;
}
.section_2_content_item>img:nth-of-type(2) {
    display: none;
}



.section_2_content_item:hover {
    height: 290px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(243,247,255,0) 100%);
}
.section_2_content_item:hover .enterNow {
    opacity: 1;
}
.section_2_content_item:hover>img:nth-of-type(1) {
    opacity: 0;
    animation: scaleAnimation_1 .5s ease;
}
.section_2_content_item:hover>img:nth-of-type(2) {
    display: inline-block;
    opacity: 1;
    transform: translate(0px, -50%);
    animation: scaleAnimation_2 1s ease;
}
.itemContent {
    position: absolute;
    left: 52px;
    top: 92px;
    width: 378px;
}
.itemContent>div:first-child {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}
.itemContent>div:last-child {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    margin-top: 14px;
}

.section_2_content_ {
    width: 1440px;
    height: 268px;
    border: 2px solid #FFFFFF;
    background: linear-gradient(0deg, #FFFFFF 0%, #F3F5F8 100%);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
    position: relative;
}
.section_2_content_>div {
    display: flex;
    justify-content: space-around;
    width: 100%;
    align-items: center;
    padding: 0 40px;
}
.section_2_content_>div>div {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0E2E96;
}
.section_2_content_>div>img {
    width: 50px;
    height: 50px;
}
.section_2_content_>img {
    width: 68px;
    height: 42px;
    position: absolute;
    right: 20px;
    top: 20px;
}
.section_2_content_>span {
    display: inline-flex;
    width: 84px;
    height: 84px;
    background: #0E2E96;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -42px;
    left: -42px;
}
.section_2_content_>span>img {
    width: 38px;
    height: 24px;
}
.section_2_ {
    height: 562px;
}
.section_3 {
    background-color: transparent;
}
.productsItem {
    width: 480px;
    height: 300px;
    border: 2px solid #F4F5F8;
    background: linear-gradient(0deg, #FFFFFF 0%, #F4F5F8 100%);
    box-shadow: 0px 8px 76px 0px rgba(14,46,150,0.22);
}
.section_3 .section_1_above_content {
    display: flex;
    transform: translate(0px, 210px);
}
.productsItem {
    position: relative;
    cursor: pointer;
    transition: height .5s ease-in-out;
}
.productAbove {
    position: absolute;
    left: 40px;
    top: 50px;
    z-index: 11;
}
.productTitle {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0E2E96;
}
.productContent {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top: 20px;
    width: 240px;
}
.productsItem>img {
    position: absolute;
    right: 0;
}
.productsItem:hover {
    background: #0D2C93;
    height: 310px;
}
.productsItem:hover .productBtn {
    opacity: 1;
}
.productsItem:hover .productTitle, .productsItem:hover .productContent {
    color: #FFFFFF;
}
.section_1_above_>div:first-child {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 46px;
}
.section_1_above_>div:last-child {
    background: rgba(27,30,38,0.3);
    border: 1px solid #FFFFFF;
    border-radius: 18px;
    color: #FFFFFF;
    text-align: center;
    padding: 4px 0;
    width: 200px;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer;
}
.enterNow {
    width: 106px;
    height: 36px;
    background: #2670E8;
    border-radius: 3px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    left: 50px;
    top: 214px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.linkUs {
    width: 450px;
    padding: 10px 0;
    background: #528BFF;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    display: flex;
    margin: 0 auto;
    color: white;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.linkUs .iconfont {
    font-size: 20px;
    transform: translateY(1px);
    margin-right: 5px;
}
.linkUs>span:nth-child(3) {
    font-size: 12px;
}
.footer {
    margin: 0 !important;
}
.productBtn {
    width: 120px;
    height: 36px;
    background: rgba(27,30,38,0.3);
    border: 1px solid #FFFFFF;
    border-radius: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 32px;
    position: absolute;
    top: 180px;
    opacity: 0;
    transition: opacity .2s ease-in-out;
}