/* 新增 */
/* 1300px适配 */
.index-imgText {
    margin-top: 20px !important;
}

.switching {
    padding-left: 5px;
    padding-right: 10px;
}

.index-imgText .cnt {
    width: 360px;
}

.index-ulOne .liOne {
    width: 510px;

}

.index-ulOne .liTwo {
    width: 762px;

}

.liOne {
    margin-left: 0px !important;
}

.index-ulImgTitle {
    margin-left: 0px;

}

.index-ulOne .liTwo {
    height: 430px;

}

.indexShouye {
    width: 1300px;
    position: relative;
    padding-top: 6px;
    /*padding-bottom: 63px;*/
}

/* 背景颜色适配 */
.index-ulOne .liOne {
    background-color: #ffffff;
}

.index-ulOne .liTwo {
    background-color: #ffffff;
}

.index-ulImgTitle {
    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;
}
