.banner-box .more-box{
    position: absolute;
    top: 6px;
    left: 0px;
}

.banner-box .more-box .link{
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 16px;
    background-color: #d2ecff;
    color: #006bff;
    font-size: 20px;
    border-radius: 8px;
}

.banner-box .more-box .link:nth-child(1) {
    background-color: #006bff;
    color: #fff;
}

.note-group-box .title{
    line-height: 80px;
    font-size: 40px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 14px;
}
.note-group-box .title i {
    color: #f27200;
    font-weight: 500;
}

.note-group-box .summary{
    line-height: 34px;
    text-align: center;
    color: #3e3e3e;
    font-size: 18px;
}

.note-group-box  .fun{
    margin-top: 12px;
    display: flex;
}

.note-group-box .fun li{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 233px;
    flex: 1;
    overflow: hidden;
    position: relative;
}

.note-group-box .fun li::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 53px;
    width: 1px;
    background-color: #d5d5d5;
}

.note-group-box .fun li:last-child::after{
    display: none;
}

.note-group-box .fun li img{
    width: 79px;
    height: 87px;
}

.note-group-box .fun li p {
    line-height: 22px;
    color: #6a6a6a;
    font-size: 14px;
}

.note-group-box .special-fun {
    padding-top: 74px;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-bottom: 160px;
    overflow: hidden;
}
.note-group-box .special-fun .nav{
    position: relative;
    padding-left: 70px;
    padding-right: 70px;
    z-index: 2;
}

.note-group-box .special-fun .item{
    display: block;
    width: 220px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    margin-top: 30px;
    border-radius: 25px;
    background-color: #e9e9e9;
    color: #313131;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
}

.note-group-box .special-fun .item:hover{
    background-color: #006bff;
    color: #fff;
}

.note-group-box .special-fun .bg-box{
    position: absolute;
    z-index: 0;
    top: 74px;
    left: 50%;
    width: 787px;
    height: 537px;
    background: url('../images/pc-bg.jpg') no-repeat center top;
    transform: translateX(-50%);
    padding-top: 19px;
}

.note-group-box .special-fun .bg-box img{
    display: block;
    width: 476px;
    height: 242px;
    margin-left: auto;
    margin-right: auto;
}

.note-group-summary-box .item{
    display: none;
    min-height: 102px;
}

.note-group-summary-box .item:nth-child(1) {
    display: block;
}