/* 新增 */
/* 1300px适配 */
.index-imgahref > li .line {
    margin: 10px 88px;
}

.indexshouye {
    width: 1300px;
    position: relative;
    padding-top: 6px;
    /*padding-bottom: 63px;*/
}

/* 背景颜色适配 */
.index-ulimg {
    background-color: #ffffff;
}

.index-divcnt {
    background-color: #ffffff;
}

.index-ultext {
    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;
}
