.nybanner {
    position: relative;
    overflow: initial;
}

.nybanner h2 {
    margin-top: 83px;
    margin-left: 0;
    text-align: center;
}

.nybanner p {
    text-align: center;
    margin-left: 0;
}

.nybanner .small {
    width: 1030px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0px 4px 24px rgba(41, 54, 95, 0.1);
    position: absolute;
    top: 312px;
    left: 50%;
    transform: translateX(-50%);
    padding: 26px 0;
    box-sizing: border-box;
    display: flex;
    text-align: center;
}

.nybanner .small .item {
    width: 20%;
}

.nybanner .small .top {
    color: #14212F;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
}

.nybanner .small p {
    color: #566473;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
}

.section1 {
    background: #F5F9FE;
}

.section1 .heart .subtitle {
    width: 769px;
}

.section1 .con {
    margin: 50px auto 0;
    display: flex;
    /*justify-content: space-between;*/
    padding: 0 30px;
    box-sizing: border-box;
}

.section1 .con .item {
    width: 224px;
    height: 291px;
    background: #FFFFFF;
    box-shadow: 0px 4px 18px rgba(114, 145, 220, 0.1);
    border-radius: 20px;
    margin: 0 10px;
    padding: 30px 20px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
}

.section1 .con .item:hover {
    transform: translateY(-10px);
}

.section1 .con .item img {
    margin: 0 auto;
    width: 72px;
    height: 72px;
    box-shadow: inset 0px 4px 12px rgba(255, 255, 255, 0.15);
    border-radius: 20px;
}

.section1 .con .item .til {
    margin: 24px auto 10px;
    color: #14212F;
    font-size: 22px;
    font-weight: 600;
}

.section1 .con .item p {
    margin: 0 auto;
    width: 184px;
    height: 56px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #566473;
}

.section1 .con .item .fot {
    width: 224px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    height: 38px;
    line-height: 38px;
    background: #F0FBFF;
    box-shadow: inset 0px 4px 12px rgba(255, 255, 255, 0.15);
    color: #0391F5;
}

.section1 .con .item:nth-child(2) .fot {
    background: #F8EFFF;
    color: #A11DEF;
}

.section1 .con .item:nth-child(3) .fot {
    background: #F0F7FF;
    color: #3185FE;
}

.section1 .con .item:nth-child(4) .fot {
    background: #FFF1EA;
    color: #FE6421;
}

.section1 .con .item:nth-child(5) .fot {
    background: #EAF8F7;
    color: #10C6AF;
}

.section3 {
}

.section3 .con {
    margin-top: 50px;
    padding: 0 91px;
    box-sizing: border-box;
}

.section3 .one {
    display: flex;
    align-items: center;
}

.section3 .con .item {
    width: 210px;
    height: 241px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px 40px;
    box-sizing: border-box;
    transition: all .5s;
    background-size: cover;
}

.section3 .con .item:hover {
    transform: translateY(-10px);
}

.section3 .con .one .jiantou img {
    width: 86px;
    height: 37px;
}

.section3 .con .item > img {
    width: 36px;
    height: 36px;
    margin-bottom: 20px;
}

.section3 .con .item h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 31px;
    margin-bottom: 10px;
    color: #14212F;
}

.section3 .con .item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #566473;
    display: flex;
    align-items: center;
}

.section3 .con .item p img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.section3 .con .two {
    height: 57px;
    position: relative;
}

.section3 .con .two img {
    width: 86px;
    height: 37px;
    position: absolute;
    top: 10px;
    right: 60px;
}

.section2 {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.section2 .case01 {
    display: flex;
    flex-wrap: wrap;
}

.section2 .title {
    margin-bottom: 30px
}

.section2 .case01 img {
    flex: 1;
    margin-right: 5px;
    margin-bottom: 10px;
    width: calc(100% / 3 - 30px);
    border: 1px solid #f2f2f2;
}

/* 右侧 */
.floating_ck {
    position: fixed;
    right: 20px;
    bottom: 25%;
    font-size: 14px;
    z-index: 10;
}

.floating_ck dl dd {
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    /*border: solid 1px #1179E5;*/
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(181, 193, 205, 0.3);
}

.floating_ck dl dd:hover .floating_left {
    display: block;
}


.floating_ck dl dd.consult span {
    color: #FFFFFF;
}

.floating_ck dl dd.consult:hover {
    background-color: #1F75F0;
}

.floating_ck dl dd.return {
    background: #FFF url(../images/top.png?v=1) no-repeat center 30%;
    background-size: 30px !important;
}


.floating_ck dl dd.return:hover {
    background: #EDF4FF url(../images/top.png?v=1) no-repeat center 30%;
}

.floating_ck dd span {
    padding-top: 50px;
    font-size: 12px;
    color: #293340;
    display: block;
}

.floating_ck dd:hover span {
    color: #3185FE;
}

.floating_ck dd.consult span {
    padding-top: 74px;
}