.appSlideTitle {width:1000px;margin-bottom: 20px;}
.appSlideTitle h1 {
    text-align: center;
    font-size: 30px;
    line-height: 100px;
    color: #414141
}

.newNextButton, .newPrevButton {
    width: 30px !important;
    height: 54px !important;;
}

.newNextButton {
    background: url(../images/slideRightArrow.png) no-repeat;
    background-size: 20px 36px;
    right: -50px !important;
    top: calc(50% + 36px)
}

.newPrevButton {
    background: url(../images/slideLeftArrow.png) no-repeat;
    background-size: 20px 36px;
    left: -50px !important;
    top: calc(50% + 36px)
}

#appLogoSlide.swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#appLogoSlide .swiper-slide {
    text-align: center;
    font-size: 18px;


    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#appLogoSlide .swiper-slide img {
    width: 90px;
    height: 90px;
    border-radius: 10px;
    margin: 0 auto;
}

#appLogoSlide .swiper-slide p {
    display: block;
    color: #5f5f5f;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}

#appLogoSlide .appLogoSlideItem {
    width: 160px;
    display: block;
}

.appTopBanner {
    width: 100%;
    height: 680px;
    background: url(../images/banner3.jpg) no-repeat center bottom;
    background-size: cover;
}

.newAppBodyCut {
    width: 100%;
    background-color: #f4f9fd;
    /*padding: 180px 0;*/
    overflow: hidden
}

.newAppBodyCut:nth-child(odd) {
    background-color: #fff
}

.shiziBg {
    background-image: url(../images/app/shizi-Bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1920px auto;
}

.pinyinBg {
    background-image: url(../images/app/pinyin-Bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1920px auto;
}

.shuxueBg {
    background-image: url(../images/app/shuxue-Bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1920px auto;
}

.yingyuBg {
    background-image: url(../images/app/yingyu-Bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1920px auto;
}

.zhishiBg {
    background-image: url(../images/app/zhishi-Bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1920px auto;
}

.ergeBg {
    background-image: url(../images/app/erge-Bg.jpg);
    background-repeat: repeat;
}

.leyuanBg {
    background-image: url(../images/app/leyuan-Bg.png);
    background-color: #ebddfd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1920px auto;
}


.appTitle {
    font-size: 40px;
    margin-bottom: 20px;
}

.appBlueFont {
    color: #2693cc !important;
}

.appBluePinYin {
    color: #2793CD !important;
}

.appShuXueFont {
    color: #6e64de !important;
}

.appZhiShiFont {
    color: #d39a57 !important;
}

.appLeyuanFont {
    color: #6119e2 !important;
}

.appFullTitle {
    font-size: 20px;
    line-height: 1.6;
}

.appInfo {
    font-size: 18px;
    width: 450px;
    color: #464646;
    line-height: 1.6;
}

.qrCodeBox img {
    width: 160px;
    box-shadow: 0 0 5px #ccc;
    margin-right: 50px;
}

.androidBtn, .iosBtn {
    width: 230px;
    height: 60px;
    line-height: 50px;
    text-align: center;
    position: relative;
    background: #00ccff;
    border-radius: 37px;
    display: block;
    margin: 10px 0;
}

.iosBtn {
    background: #ff5f5f;
}

.androidBtn span, .iosBtn span {
    height: 60px;
    line-height: 60px;
    padding-left: 45px;
    position: relative;
    color: #fff;
    font-size: 18px;
    display: inline-block;
}

.androidBtn span:after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 60px;
    left: 0;
    top: 0;
    background: url(../images/app/androidIcon.png) no-repeat center center;
    background-size: auto 30px;
}

.iosBtn span:after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 60px;
    left: 0;
    top: 0;
    background: url(../images/app/iosIcon.png) no-repeat center center;
    background-size: auto 30px;
}

.appFixSlideBox{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;}

.appTopBannerBg {
    background: url(../images/banner3.jpg) no-repeat center -250px #fff;
    background-size: cover;
    width:100%;

}