/* 新增 */
/* 头部img适配 */
.svimg {
    margin-top: 10px;
    margin-right: 100px;
    margin-bottom: 10px;
    width: 1300px;
}

/* 1300px适配 */
.indexshouye {
    width: 1300px;
    position: relative;
    padding-top: 6px;
    /*padding-bottom: 43px;*/
}

.index-divthree .index-ultext {
    height: 238px;
}

.index-divthree > div:first-child {
    width: 450px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 10px;
}

.index-divthree > div:nth-child(2) {
    width: 450px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 10px;
}

.index-ulone {
    width: 567px;
    padding-right: 10px;
    padding-top: 5px;
    padding-left: 10px;
    border-radius: 10px;
}

/* 背景颜色适配 */

.index-divthree > div:first-child {
    background-color: #ffffff;
}

.index-divthree > div:nth-child(2) {
    background-color: #ffffff;
}

.index-ulone {
    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;
}
