/* 新新 */
/* 文本样式平衡 */
.index-imgtext > .index-ultext {
    padding-left: 30px;
}

/* 底部图片变大 */
.index-ulimg > li {
    width: 245px;
    height: 168px;
}

/* 扩成1300px */
.indexshouye {
    width: 1300px;
}

/* 新 */
/* 标题格式 */
.head-logo > .logo > .parent {
    display: table-cell;
    width: 600px !important;
    height: 160px;
    vertical-align: middle;
    text-align: left;
}

/* 背景颜色 */
.indexshouye {
    position: relative;
    padding-top: 26px;
    /*padding-bottom: 63px;*/
}

.index-ulone > li {
    background-color: #ffffff;
}

.index-ultwo > li {
    background-color: #ffffff;
}

.index-divone {
    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;
}
