/* 新增 */
/* 1300px适配 */
.indexShouye {
    width: 1300px;
    position: relative;
    padding-top: 6px;
    /*padding-bottom: 63px;*/
}

.index-divThree {
    width: 600px;
}

/* 背景颜色适配 */
.index-content {
    background-color: #ffffff;
}

/* 旧 所有背景颜色样式 */
.bg {
    width: 100%;
    background: linear-gradient(180deg, #389DDD, #FFFFFF);
}

.indexShouye .bg {
    width: 100%;
    height: 676px;
    background: linear-gradient(180deg, #389DDD, #FFFFFF);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
