.sptitle {
    margin: 30px auto;
    margin-top: 58px;
    text-align: center;
}

.sptitle .name {
    font-size: 30px;
    font-family: 'FZDaHei-B02S';
    font-weight: bold;
    color: #000000;
    line-height: 1.5;
    position: relative;
}

.sptitle .name::after {
    content: '';
    position: absolute;
    top: 48px;
    width: 72px;
    height: 3px;
    background: rgba(18, 120, 206, 1);
    left: 50%;
    transform: translatex(-50%);
}

.sptitle .tiptext {
    padding-top: 10px;
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    line-height: 1.5;
}

.spxcdiv {
    position: relative;
}

.spxcdiv .spimg {
    width: 514px;
    height: 308px;
    background: url('../img/adv.png');
    position: relative;
}

.spxcdiv .spimg .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -49%);
    width: 104px;
    height: 105px;
    background: url('../img/spxt/spplay.png') no-repeat;
}
.divtextbox{width:92%;}
.spxcdiv .sptext {
    padding: 20px 80px;
    font-size: 20px;
    color: #000;
    line-height: 2;
    margin-top: 100px;
}

.spxcdiv .text-btn {
    background: #fff;
    border: 1px solid rgba(70, 153, 225, 0.3);
    font-size: 18px;
    color: rgba(74, 134, 224, 1);
    width: 140px;
    height: 40px;
    line-height: 40px;
    float: right;
}

.tipaddv {
    position: absolute;
    top: 30px;
    right: 0;
    width: 754px;
    height: 62px;
    line-height: 62px;
    background: rgba(74, 134, 224, 0.8);
    font-size: 24px;
    font-family: 'FZDaHei-B02S';
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.titlediv {
    height: 32px;
    line-height: 32px;
    font-size: 26px;
    font-family: 'FZDaHei-B02S';
    font-weight: 400;
    color: #000000;
}

.titlediv .en {
    padding-left: 20px;
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: rgba(74, 134, 224, 0.6);
    vertical-align: baseline;
}

.splist3 {
    margin-top: 30px;
}

.splist3 .spimg {
    width: 380px;
    height: 205px;
    background: url('../img/adv1.png') no-repeat;
    position: relative;
}

.spimg img {
    width: 100%;
}

.splist3 .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 92px;
    height: 93px;
    transform: translate(-50%, -50%);
    background: url('../img/spxt/spplay.png') no-repeat;
}

.splist3 .texttitle01 {
    font-size: 20px;
    font-family: 'FZDaHei-B02S';
    font-weight: 400;
    color: #000;
    line-height: 1.5;
    margin-top: 10px;
}

.splist3 .sptext {
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin: 5px auto;
    text-align: left;
}

.splist3 .text-btn {
    width: 98px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #FFFFFF;
    font-size: 16px;
    color: rgba(74, 134, 224, 1);
    border: 1px solid rgba(70, 153, 225, 0.3);
}

.splist3 .color02 {
    color: rgba(74, 134, 224, 1);
}

.splist3 .color01 {
    color: rgba(255, 101, 1, 1) !important;
}

.morediv {
    margin: 32px auto;
    text-align: center;
}

.morediv .more-btn {
    width: 142px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: rgba(74, 134, 224, 1);
    line-height: 40px;
    text-align: center;
    background-color: rgba(74, 134, 224, 0.1);
    border: 1px solid rgba(70, 153, 225, 0.3);
}