.w990 {
    width: 1050px;
}

.app_banner {
    background: #067cff  no-repeat top ;
    -webkit-background-size: auto 360px;
    background-size: auto 360px;
}

.app_banner .left {
    padding-left: 85px;
    padding-top: 85px;
}

.app_banner .right {
    height: 420px;
    background:  no-repeat top;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

.app_banner .right img {
    display: block;
    width: 420px;
    animation-name: bird;
    animation-duration: 9s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-webkit-keyframes bird {
    0% {
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    25% {
        -moz-transform: translate(5px, 0);
        -webkit-transform: translate(5px, 0);
        -o-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
        transform: translate(5px, 0);
    }
    50% {
        -moz-transform: translate(-5px, 0);
        -webkit-transform: translate(-5px, 0);
        -o-transform: translate(-5px, 0);
        -ms-transform: translate(-5px, 0);
        transform: translate(-5px, 0);
    }

    75% {
        -moz-transform: translate(5px, 0);
        -webkit-transform: translate(5px, 0);
        -o-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
        transform: translate(5px, 0);
    }

    100% {
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.app_banner .title {
    font-size: 46px;
    font-weight: 500;
    color: #fff;
    line-height: 67px;
}

.app_banner .content {
    margin-top: 46px;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
}

.app_banner .content p {
    position: relative;
    margin-bottom: 12px;
    padding-left: 12px;
}

.app_banner .content p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.app_tit {
    text-align: center;
}

.app_tit .tit {
    font-size: 28px;
    font-weight: 500;
    color: #333;
    line-height: 40px;
}

.app_tit p {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #7a859e;
    line-height: 24px
}

.app_section1 {
    padding-bottom: 88px;
    background-color: #fff;
    padding-top: 40px;
}

.app_section1 .app_tit {
    margin-bottom: 24px;
}

.ssw_left {
    width: 440px;
}

.ssw_left img{
    display: block;
    width: 100%;
}

.ssw_left .swiper-container {
    padding-bottom: 30px;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: rgba(7, 124, 255, .3);
}

.swiper-pagination-bullet-active {
    background-color: #077cff;
}

.ssw_right {
    margin-top: 84px;
    margin-left: 91px;
    width: 470px;
}

.ssw_right li {
    padding: 16px 24px;
    cursor: pointer;
}


.ssw_right .icon {
    width: 40px;
    height: 40px;
    background:  no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.ssw_right .icon2 {
    background-image: ;
}

.ssw_right .icon3 {
    background-image: ;
}

.ssw_right .icon4 {
    background-image: ;
}

.ssw_right .icon5 {
    background-image: ;
}

.ssw_right .active .icon {
    background-color: #077cff;
    border-radius: 6px;
}

.ssw_right .active .icon1 {
    background-image: ;
}

.ssw_right .active .icon2 {
    background-image: ;
}

.ssw_right .active .icon3 {
    background-image: ;
}

.ssw_right .active .icon4 {
    background-image: ;
}

.ssw_right .active .icon5 {
    background-image: ;
}

.ssw_right .text {
    margin-left: 18px;
    width: 364px;
}

.ssw_right .tit {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 40px;
}

.ssw_right .text p {
    display: none;
    font-size: 14px;
    font-weight: 400;
    color: #7a859e;
    line-height: 24px;
}

.ssw_right li.active {
    background-color: #f6f7f9;
}

.ssw_right li.active p {
    display: block;
}


.app_section2 {
    padding: 64px 0;
    background-color: #f5f8fb;
}

.app_section3 {
    padding: 64px 0;
    background-color: #fff;
}

.app_section2 ul {
    margin-top: 48px;
}

.app_section2 li {
    float: left;
    padding: 24px;
    margin-right: 20px;
    width: 245px;
    height: 134px;
    background: #fff;
    text-align: center;
    border-radius: 11px;
    transition: all .3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.app_section2 li:last-child {
    margin-right: 0;
}

.app_section2 li p {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 22px;
}

.app_section2 li .icon {
    display: block;
    margin: 0 auto;
    width: 48px;
    height: 48px;
    background:  no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.app_section2 li .icon2 {
    background-image: ;
}


.app_section2 li .icon3 {
    background-image: ;
}


.app_section2 li .icon4 {
    background-image: ;
}


.app_section2 li:hover {
    transform: translatey(-8px);
}

.app_section3 ul {
    margin-top: 48px;
}

.app_section3 li {
    margin-right: 20px;
    float: left;
    width: 245px;
    background: #f5f6fa;
    border-radius: 11px;
    transition: all .3s;
}

.app_section3 li:hover {
    transform: translatey(-8px);
}

.app_section3 li:last-child {
    margin-right: 0;
}

.app_section3 li .icon {
    display: block;
    height: 170px;
    background:  no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.app_section3 li .icon2 {
    background-image: ;
}

.app_section3 li .icon3 {
    background-image: ;
}

.app_section3 li .icon4 {
    background-image: ;
}

.app_section3 li p {
    line-height: 54px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    text-align: center;
}

.app_section3 .text {
    margin-top: 24px;
    font-size: 12px;
    font-weight: 400;
    color: #999;
    line-height: 17px;
}

.app_section3 .text span {
    color: #0788f4;
}

.app_section4 {
    padding: 64px 0;
    background-color: #f5f8fb;
}


.app_section4 .main {
    position: relative;
    width: 824px;
    margin: 32px auto;
}

.app_section4 .swiper-container {
    padding-top: 33px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -108px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -108px;
    transform: rotate(180deg);

}



.swiper-button-next, .swiper-button-prev {
    width: 60px;
    height: 60px;
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgba(122, 133, 158, 0.1);
    background-image: ;
    -webkit-background-size: 22px;
    background-size: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background-image: ;
    background-color: #007eff;
}

.app_section4 .swiper-slide {
    position: relative;
    padding: 0 40px;
    float: left;
    margin-right: 24px;
    width: 400px;
    height: 195px;
    background: #fff;
    box-shadow: 0 10px 20px 0 rgba(122, 133, 158, 0.1);
    border-radius: 11px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.app_section4 .swiper-slide:last-child {
    margin-right: 0;
}

.app_section4 .photo {
    position: absolute;
    top: -33px;
    left: 40px;
    display: block;
    width: 66px;
    height: 66px;
    border-radius: 33px;
    border: 2px solid #fff;
}

.app_section4 .swiper-slide p {
    padding-bottom: 24px;
    margin-top: 58px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 24px;
    border-bottom: 1px solid rgba(151, 151, 151, .19);
}

.app_section4 .bot {
    padding-top: 23px;
}

.app_section4 .uid {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 20px;
}

.app_section4 .xing {
    margin-top: 3px;
    margin-left: 10px;
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    background:  no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.app_bot {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: 150px;
    background:  no-repeat center ;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}


.app_bot .w1200 {
    position: relative;
    height: 150px;
}

.app_bot .shou {
    position: absolute;
    bottom: 32px;
    right: 16px;
    width: 50px;
    height: 43px;
    background:  no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
    animation-name: bird;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

























