.xswiper {
    padding-top: 120px;
    height: 1045px;
    width: 100%;
    position: relative;

}

.xswiper1 {
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: absolute;
    top: 128px;
    right: 0px;
    left: 0px;
    z-index: 40;
    height: 886px;

}

.xswiper > img {
    width: 100%;
    margin-top: -30px;
    position: absolute;
    z-index: 60;
    bottom: 10%;
}

.mibile_swiuper {
    width: 510px;
    margin: auto;
}

.mibile_swiuper > a > img {
    width: 530px;
    display: block;
    margin: 0px auto 0 auto;
}

.xswiper2 {
    width: 100%;
    height: 99%;
    overflow: hidden;
    margin-top: -120px;
}

.mibile_swiuper_back {
    width: 750px;
}

.mibile_swiuper_background1 {
    background: -webkit-linear-gradient(#2C59F4, #4F83F8); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#2C59F4, #4F83F8); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#2C59F4, #4F83F8); /* Firefox 3.6 - 15 */
    background: linear-gradient(#2C59F4, #4F83F8); /* 标准的语法 */
}

.mibile_swiuper_background2 {
    background: -webkit-linear-gradient(#00B7A9, #29D6B3); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#00B7A9, #29D6B3); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#00B7A9, #29D6B3); /* Firefox 3.6 - 15 */
    background: linear-gradient(#00B7A9, #29D6B3); /* 标准的语法 */
}