.section1 {
    overflow: hidden;
}

.section1 .section1-swiper-wrap {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 80px;
}

.section1 .section1-swiper-wrap .swiper-slide .bg-img {
    width: 100%;
    min-width: 1200px;
}

.section1 .section1-swiper-wrap .swiper-slide .content-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 900px;
    margin: 9.375vw auto 0 auto;
    font-size: 22px;
    color: white;
    margin-left: 18.75vw;
}

.section1 .section1-swiper-wrap .swiper-slide .content-wrap .header {
    font-size: 1.875vw;
    letter-spacing: 10px;
    margin-bottom: 2.9166vw;
    font-weight: bold;
}

.section1 .section1-swiper-wrap .swiper-slide .content-wrap .title {
    font-size: 1.5625vw;
    letter-spacing: 0.3vw;
    margin-bottom: 0.8333vw;
}

.section1 .section1-swiper-wrap .swiper-slide .content-wrap .description {
    font-size: 1.042vw;
    letter-spacing: 0.8vw;
    opacity: .5;
}

.section1 .section1-swiper-wrap .swiper-slide .content-wrap .btn-wrapper {
    position: absolute;
    left: 0;
    top: 13vw;
}

.section1 .section1-swiper-wrap .swiper-slide .content-wrap .section1-btn {
    position: absolute;
    width: 190px;
    height: 48px;
    background-color: #3388fb;
    color: white;
    display: inline-block;
    margin-top: 55px;
    line-height: 49px;
    font-size: 18px;
    letter-spacing: 3px;
    text-align: center;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    left: 0;
}

.section1 .section1-swiper-wrap .swiper-slide .content-wrap .section1-btn a {
    position: relative;
    font-size: 15px;
    color: white;
    cursor: pointer;
    display: block;
}

.section1 .section1-swiper-wrap .swiper-slide .content-wrap .section1-btn .ripple {
    position: absolute;
    background: #4d97ff;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: ripple 1s ease-out;
    -moz-animation: ripple 1s ease-out;
    animation: ripple 1s ease-out;
}

.section1 .section1-swiper-wrap .swiper-slide .content-wrap .section1-btn.hover {
    background: #4d97ff;
}

.section1 .section1-swiper-wrap .swiper-slide .content-wrap .section1-btn-m {
    display: none;
    border: 1px solid #2c7dfa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #2C7DFA;
}

.section1 .section1-swiper-wrap .zhiboren-slide .content-wrap .header {
    font-size: 1.875vw;
    padding-bottom: 1.6146vw;
    letter-spacing: 0.4vw;
}

.section1 .section1-swiper-wrap .zhiboren-slide .content-wrap .title {
    font-size: 1.458vw;
    letter-spacing: 0.2vw;
}

.section1 .section1-swiper-wrap .qibo-slide .content-wrap .header {
    font-size: 1.875vw;
    padding-bottom: 2.7083vw;
    letter-spacing: 0.2vw;
}

.section1 .section1-swiper-wrap .qibo-slide .content-wrap .title {
    font-size: 1.458vw;
    letter-spacing: 0.1vw;
}

.section1 .section1-swiper-wrap .qibo-slide .content-wrap .description {
    font-size: 0.8333vw;
    letter-spacing: 0.02vw;
    line-height: 1.2vw;
}

.section1 .section1-swiper-wrap .epid-slide .content-wrap .header {
    font-size: 1.875vw;
    padding-bottom: 2.7083vw;
    letter-spacing: 0.2vw;
}

.section1 .section1-swiper-wrap .epid-slide .content-wrap .title {
    font-size: 1.458vw;
    letter-spacing: 0.1vw;
}

.section1 .section1-swiper-wrap .epid-slide .content-wrap .description {
    font-size: 0.8333vw;
    letter-spacing: 0.02vw;
    line-height: 1.2vw;
}

.section1 .section1-swiper-wrap .swiper-button-prev,
.section1 .section1-swiper-wrap .swiper-button-next {
    background-image: none;
    width: 50px;
    height: 50px;
}

.section1 .section1-swiper-wrap .swiper-button-prev .icon,
.section1 .section1-swiper-wrap .swiper-button-next .icon {
    width: 50px;
    height: 50px;
    fill: white;
    opacity: 0.3;
}

.section1 .section1-swiper-wrap .swiper-button-prev .icon:hover,
.section1 .section1-swiper-wrap .swiper-button-next .icon:hover {
    opacity: 0.6;
}

.section1 .section1-swiper-wrap .swiper-button-prev {
    right: auto;
    left: 20px;
}

.section1 .section1-swiper-wrap .swiper-button-next {
    right: 20px;
    left: auto;
}

.section1 .section1-swiper-wrap .swiper-pagination-bullets.swiper-pagination-bullets {
    bottom: 40px;
}

.section1 .section1-swiper-wrap .swiper-pagination-bullets.swiper-pagination-bullets .swiper-pagination-bullet {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    margin: 0 4px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: white;
    opacity: 1;
}

.section1 .section1-swiper-wrap .swiper-pagination-bullets.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 30px;
}

.section1 .section1-swiper-wrap .pc {
    display: block;
}

.section1 .section1-swiper-wrap .mobile {
    display: none;
}

.section1 .section1-footer {
    display: none;
    width: 100%;
    height: 13.06vw;
    -webkit-box-shadow: 0px -5px 10px 0px rgba(4, 0, 0, 0.1);
    -moz-box-shadow: 0px -5px 10px 0px rgba(4, 0, 0, 0.1);
    box-shadow: 0px -5px 10px 0px rgba(4, 0, 0, 0.1);
}

.section1 .section1-footer button {
    width: 33.33vw;
    height: 9.6vw;
    border: 1px solid #2c7dfa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 3.73vw;
}

.section1 .section1-footer .customer-btn {
    margin-right: 1.6vw;
    background: #fff;
    color: #2c7dfa;
}

.section1 .section1-footer .customer-btn .index-iconfont {
    margin-right: 7px;
    font-size: 3.73vw;
}

.section1 .section1-footer .regist-btn {
    color: #fff;
    background: #2c7dfa;
}

.section1 .section1-footer .regist-btn a {
    color: #fff;
}

@media (max-width: 750px) {
    .section1 {
        position: relative;
    }

    .section1 .section1-swiper-wrap {
        height: 100vh;
        margin-top: 0;
    }

    .section1 .section1-swiper-wrap .pc {
        display: none;
    }

    .section1 .section1-swiper-wrap .mobile {
        display: block;
    }

    .section1 .section1-swiper-wrap .swiper-pagination-bullets.swiper-pagination-bullets {
        bottom: 13vh;
    }

   
    .section1 .section1-swiper-wrap .zhiboren-slide.swiper-slide .content-wrap {
        margin-left: 6.533vw;
    }

    .section1 .section1-swiper-wrap .zhiboren-slide.swiper-slide .content-wrap .header {
        font-size: 8vw;
        letter-spacing: 0.9vw;
        margin-bottom: 5.2vw;
    }

    .section1 .section1-swiper-wrap .zhiboren-slide.swiper-slide .content-wrap .title {
        font-size: 5.333vw;
    }

    .section1 .section1-swiper-wrap .swiper-slide .content-wrap {
        margin-left: 10.4vw;
        margin-top: -webkit-calc(32vw + 45px);
        margin-top: -moz-calc(32vw + 45px);
        margin-top: calc(32vw + 45px);
    }

    .section1 .section1-swiper-wrap .swiper-slide .content-wrap .header {
        font-size: 8vw;
        font-weight: 400;
        letter-spacing: 0.7vw;
        margin-bottom: 5.333vw;
    }

    .section1 .section1-swiper-wrap .swiper-slide .content-wrap .title {
        font-size: 4.8vw;
        letter-spacing: 0.6vw;
        margin-bottom: 4.1333vw;
    }

    .section1 .section1-swiper-wrap .swiper-slide .content-wrap .description {
        font-size: 3.733vw;
        line-height: 5vw;
        letter-spacing: 0.3vw;
        opacity: 0.5;
    }

    .section1 .section1-swiper-wrap .swiper-slide .content-wrap .section1-btn {
        display: none;
        width: 33.06vw;
        height: 13.06vw;
        line-height: 13.06vw;
    }

    .section1 .section1-swiper-wrap .swiper-slide .content-wrap .section1-btn-m {
        display: block;
        position: absolute;
        left: 0;
        margin-top: 0;
        top: 55vw;
        font-size: 3.73vw;
        letter-spacing: 0.2vw;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .section1 .section1-swiper-wrap .swiper-slide .content-wrap .section1-btn-m:active {
        background-color: #4C98FF;
        color: white;
    }

    .section1 .section1-swiper-wrap .mudu-slide .content-wrap .header {
        font-size: 9.3vw;
    }

    .section1 .section1-swiper-wrap .mudu-slide .content-wrap .title {
        font-size: 6.4vw;
        margin-bottom: 5.333vw;
    }

    .section1 .section1-swiper-wrap .mudu-slide .content-wrap .description {
        font-size: 5.333vw;
    }

    .section1 .section1-footer {
        position: fixed;
        left: 0px;
        bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 12;
        background: rgba(0, 0, 0, 0.5);
    }
}

@media (max-width: 1000px) and (min-width: 750px) {
    .section1 .section1-swiper-wrap {
        margin-top: 0;
    }
}










 .section3 {
    padding-bottom: 32px;
    background: #F2F4F7;
}

 .section3 .header {
    font-size: 28px;
    color: #112543;
    text-align: center;
    padding-top: 57px;
    padding-bottom: 50px;
}

 .section3 .mobile-solution-wrap {
    display: none;
}

 .section3 .solution-wrap {
    max-width: 1200px;
    height: 575px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

 .section3 .solution-wrap .top {
    margin-bottom: 10px;
    height: 35px;
    line-height: 35px;
    background: #2B7DFA;
    color: #fff;
    text-align: center;
}

 .section3 .solution-wrap .left-content {
    width: 360px;
    margin-right: 10px;
}

 .section3 .solution-wrap .left-content .tab-wrap .tab-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 30px;
    margin-bottom: 10px;
    height: 98px;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)) no-repeat;
    background: -webkit-linear-gradient(left, #fff, #fff) no-repeat;
    background: -moz-linear-gradient(left, #fff, #fff) no-repeat;
    background: linear-gradient(to right, #fff, #fff) no-repeat;
    background-position-x: 360px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

 .section3 .solution-wrap .left-content .tab-wrap .tab-item .title,
 .section3 .solution-wrap .left-content .tab-wrap .tab-item .content {
    font-size: 16px;
    font-family: Microsoft YaHei;
}

 .section3 .solution-wrap .left-content .tab-wrap .tab-item .title {
    margin-bottom: 18px;
    color: #2c7dfa;
}

 .section3 .solution-wrap .left-content .tab-wrap .tab-item .content {
    color: #375583;
}

 .section3 .solution-wrap .left-content .tab-wrap .active {
    background-position-x: 100%;
    border-left: 4px solid #207af3;
    -webkit-transition: background-position-x 1s;
    -moz-transition: background-position-x 1s;
    transition: background-position-x 1s;
}

 .section3 .solution-wrap .right-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

 .section3 .solution-wrap .right-content .active {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

 .section3 .solution-wrap .right-content .swiper-container {
    width: 100%;
    height: 100%;
}

 .section3 .solution-wrap .right-content .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

 .section3 .solution-wrap .right-content .swiper-slide img {
    height: 100%;
}

 .section3 .solution-wrap .right-content .proposal {
    height: 530px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px;
    background: #FFFFFF;
}

 .section3 .solution-wrap .right-content .proposal .proposal-title {
    margin: 16px 0 32px 0;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #8595ae;
}

 .section3 .solution-wrap .right-content .proposal .proposal-description {
    margin-bottom: 34px;
    font-size: 16px;
    color: #4d4d4d;
    margin-left: 8%;
    margin-right: 8%;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

 .section3 .solution-wrap .right-content .proposal .proposal-imgs {
    max-width: 707px;
    height: 309px;
}

 .section3 .mobile-solution-wrap {
    margin: 0 auto;
    width: 93.6%;
}

 .section3 .mobile-solution-wrap .solution-item {
    width: 100%;
    margin-bottom: 8px;
}

 .section3 .mobile-solution-wrap .solution-item .top {
    height: 40px;
    background: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #666666;
    cursor: pointer;
}

 .section3 .mobile-solution-wrap .solution-item .top .switch-icon {
    height: 40px;
    padding: 0 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

 .section3 .mobile-solution-wrap .solution-item .top .switch-icon .icon {
    font-size: 16px;
    color: #ccc;
}

 .section3 .mobile-solution-wrap .solution-item .active {
    background: #2c7dfa;
    color: white;
}

 .section3 .mobile-solution-wrap .solution-item .active .icon {
    color: #fff !important;
}

 .section3 .mobile-solution-wrap .solution-item .content {
    display: none;
    padding: 12px 24px 20px 24px;
    background: #fff;
    box-sizing: border-box;
}

 .section3 .mobile-solution-wrap .solution-item .content .imgs-wrap {
    height: auto;
    width: 100%;
    margin: 12px 0;
}

 .section3 .mobile-solution-wrap .solution-item .content .imgs-wrap img {
    width: 100%;
}

 .section3 .mobile-solution-wrap .solution-item .content .title {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 500;
    color: #333333;
}

 .section3 .mobile-solution-wrap .solution-item .content .description {
    font-size: 13px;
    line-height: 24px;
    color: #666666;
}

 .section3 .mobile-solution-wrap .solution-item .toggle-show {
    display: block;
}

 .section3 .solution-button {
    position: relative;
    height: 76px;
}

 .section3 .solution-button .ripple-btn-wrap {
    position: absolute;
    width: 190px;
    height: 48px;
    background-color: #3388fb;
    color: white;
    display: inline-block;
    margin-top: 30px;
    line-height: 49px;
    font-size: 16px;
    line-height: 48px;
    letter-spacing: 1px;
    text-align: center;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    left: -webkit-calc(50% - 95px);
    left: -moz-calc(50% - 95px);
    left: calc(50% - 95px);
}

 .section3 .solution-button .ripple-btn-wrap a {
    position: relative;
    font-size: 15px;
    color: white;
    cursor: pointer;
    display: block;
}

 .section3 .solution-button .ripple-btn-wrap .ripple {
    position: absolute;
    background: #4d97ff;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: ripple 1s ease-out;
    -moz-animation: ripple 1s ease-out;
    animation: ripple 1s ease-out;
}

 .section3 .solution-button .ripple-btn-wrap.hover {
    background: #4d97ff;
}

@media (max-width: 1000px) {
     .section3 .mobile-solution-wrap {
        display: block;
    }

     .section3 .pc {
        display: none;
    }
}


 .section3 {
    width: 100%;
    height: 647px;
    background: #f8fcff;
}

 .section3 .section3-wrapper {
    position: absolute;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    height: 425px;
    margin-top: 191px;
    opacity: 0;
    -webkit-transition: margin-top 0.8s linear 0.3s, opacity 0.8s linear 0.3s;
    -moz-transition: margin-top 0.8s linear 0.3s, opacity 0.8s linear 0.3s;
    transition: margin-top 0.8s linear 0.3s, opacity 0.8s linear 0.3s;
}

 .section3 .section3-left {
    width: 372px;
    height: 130px;
    position: relative;
    display: inline-block;
    margin-bottom: 174px;
}

 .section3 .section3-left .section3-left-header {
    position: absolute;
    width: 100%;
    height: 20px;
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    margin-top: 0px;
}

 .section3 .section3-left .section3-left-subheader {
    position: absolute;
    width: 100%;
    height: 17px;
    font-size: 18px;
    line-height: 28px;
    color: #666666;
    margin-top: 125px;
    opacity: 0;
    -webkit-transition: margin-top 0.8s linear 0.5s, opacity 0.8s linear 0.5s;
    -moz-transition: margin-top 0.8s linear 0.5s, opacity 0.8s linear 0.5s;
    transition: margin-top 0.8s linear 0.5s, opacity 0.8s linear 0.5s;
}

 .section3 .section3-left .section3-left-content {
    position: absolute;
    width: 100%;
    height: 36px;
    font-size: 16px;
    line-height: 28px;
    color: #999999;
    margin-top: 170px;
    opacity: 0;
    -webkit-transition: margin-top 0.8s linear 0.8s, opacity 0.8s linear 0.8s;
    -moz-transition: margin-top 0.8s linear 0.8s, opacity 0.8s linear 0.8s;
    transition: margin-top 0.8s linear 0.8s, opacity 0.8s linear 0.8s;
}

 .section3 .section3-right {
    width: 823px;
    height: 425px;
    opacity: 0;
    padding-top: 0px;
    display: inline-block;
}

 .section3 .section3-right img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

 .section3 {

    height: 640px;
    position: relative;
    overflow: visible;
}

 .section3 p {
    text-align: center;
}

 .section3 .swiper-wrapper .swiper-slide {
    float: none !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 1200px;
    height: 580px;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(126, 157, 251, 0.5);
    -moz-box-shadow: 0px 4px 8px 0px rgba(126, 157, 251, 0.5);
    box-shadow: 0px 4px 8px 0px rgba(126, 157, 251, 0.5);
    margin: 0 auto;
    position: absolute;
    top: 66px;
    z-index: 10;
    left: 50%;
    margin-left: -600px;
}

 .section3 .swiper-wrapper .swiper-slide h3 {
    font-size: 18px;
    letter-spacing: 1.8px;
    text-align: center;
    color: #0050d4;
}

 .section3 .swiper-wrapper .swiper-slide h3 i {
    margin-right: 15px;
}

 .section3 .swiper-wrapper .swiper-slide h3 p {
    font-size: 14px;
    color: #586b87;
    margin-top: 8px;
    letter-spacing: normal;
}

 .section3 .swiper-wrapper .swiper-slide .capability-wrap {
    margin: 30px 0 0 275px;
    font-size: 0;
}

 .section3 .swiper-wrapper .swiper-slide .capability-wrap .capability-left {
    display: inline-block;
    width: 274px;
    height: 520px;
    margin-right: 94px;

    position: relative;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(108, 137, 207, 0.3);
    -moz-box-shadow: 0px 0px 18px 0px rgba(108, 137, 207, 0.3);
    box-shadow: 0px 0px 18px 0px rgba(108, 137, 207, 0.3);
}

 .section3 .swiper-wrapper .swiper-slide .capability-wrap .capability-left .tip-wrap {
    position: absolute;
    left: -180px;
    top: 20px;
}

 .section3 .swiper-wrapper .swiper-slide .capability-wrap .capability-left .tip-wrap img {
    width: 200px;
    display: none;
    position: relative;
}

 .section3 .swiper-wrapper .swiper-slide .capability-wrap .capability-left .tip-wrap img.tip2 {
    top: 40px;
}

 .section3 .swiper-wrapper .swiper-slide .capability-wrap .capability-left .tip-wrap img.tip3 {
    top: 30px;
}

 .section3 .swiper-wrapper .swiper-slide .capability-wrap .capability-left .tip-wrap img.tip4 {
    top: 18px;
}

 .section3 .swiper-wrapper .swiper-slide .capability-wrap .capability-left .tip-wrap img.tip5 {
    top: 30px;
}

 .section3 .swiper-wrapper .swiper-slide .capability-wrap .capability-left .tip-wrap img.tip6 {
    top: 30px;
}

 .section3 .swiper-wrapper .swiper-slide .capability-wrap .capability-left .tip-wrap img.tip7 {
    top: 56px;
}

 .section3 .swiper-wrapper .swiper-slide .capability-wrap .capability-left .tip-wrap img.tip8 {
    top: 48px;
}

 .section3 .swiper-wrapper .swiper-slide .capability-wrap .capability-left .tip-wrap img.tip9 {
    top: 50px;
}

 .section3 .swiper-wrapper .swiper-slide .capability-wrap .capability-left .tip-wrap img.tip10 {
    top: 104px;
}

 .section3 .swiper-wrapper .swiper-slide .capability-wrap .capability-left .tip-wrap img.tip11 {
    top: 76px;
}

 .section3 .swiper-wrapper .swiper-slide .capability-wrap .capability-left .tip-wrap img.tip12 {
    top: 84px;
}

 .section3 .swiper-wrapper .swiper-slide .capability-wrap .capability-left>img {
    width: 240px;
    height: 427px;
    display: none;
    position: absolute;
    left: 21px;
    top: 50px;
}

 .section3 .swiper-wrapper .swiper-slide .capability-wrap .capability-left>img.middle {
    top: 183px;
}

 .section3 .swiper-wrapper .swiper-slide .capability-wrap .capability-left>img.bottom {
    top: 207px;
}

 .section3 .swiper-wrapper .swiper-slide .capability-wrap .capability-right {
    display: inline-block;
    vertical-align: top;
}

 .section3 .swiper-wrapper .swiper-slide .capability-wrap .capability-right .capability-item-wrap {
    margin-top: 78px;
    font-size: 0;
}

 .section3 .swiper-wrapper .swiper-slide .capability-wrap .capability-right .capability-item-wrap .wrap1,
 .section3 .swiper-wrapper .swiper-slide .capability-wrap .capability-right .capability-item-wrap .wrap2 {
    display: inline-block;
    vertical-align: top;
}

 .section3 .swiper-wrapper .swiper-slide .capability-wrap .capability-right .capability-item-wrap .wrap1 .capability-item,
 .section3 .swiper-wrapper .swiper-slide .capability-wrap .capability-right .capability-item-wrap .wrap2 .capability-item {
    position: relative;
    cursor: pointer;
    margin-bottom: 27px;
}

 .section3 .swiper-wrapper .swiper-slide .capability-wrap .capability-right .capability-item-wrap .wrap1 .capability-item:hover .circle,
 .section3 .swiper-wrapper .swiper-slide .capability-wrap .capability-right .capability-item-wrap .wrap1 .capability-item.active .circle,
 .section3 .swiper-wrapper .swiper-slide .capability-wrap .capability-right .capability-item-wrap .wrap2 .capability-item:hover .circle,
 .section3 .swiper-wrapper .swiper-slide .capability-wrap .capability-right .capability-item-wrap .wrap2 .capability-item.active .circle {
    background-color: #fff;
}

 .section3 .swiper-wrapper .swiper-slide .capability-wrap .capability-right .capability-item-wrap .wrap1 .capability-item:hover .item-inner,
 .section3 .swiper-wrapper .swiper-slide .capability-wrap .capability-right .capability-item-wrap .wrap1 .capability-item.active .item-inner,
 .section3 .swiper-wrapper .swiper-slide .capability-wrap .capability-right .capability-item-wrap .wrap2 .capability-item:hover .item-inner,
 .section3 .swiper-wrapper .swiper-slide .capability-wrap .capability-right .capability-item-wrap .wrap2 .capability-item.active .item-inner {
    border: 1px solid #2ac5ff;
    color: #1f7fec;
}

 .section3 .swiper-wrapper .swiper-slide .capability-wrap .capability-right .capability-item-wrap .wrap1 .capability-item .circle,
 .section3 .swiper-wrapper .swiper-slide .capability-wrap .capability-right .capability-item-wrap .wrap2 .capability-item .circle {
    width: 28px;
    height: 28px;
    background-color: #7db9ff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #b8d9ff;
    -moz-box-shadow: 0 0 10px #b8d9ff;
    box-shadow: 0 0 10px #b8d9ff;
    position: absolute;
    top: 2px;
    left: 2px;
}

 .section3 .swiper-wrapper .swiper-slide .capability-wrap .capability-right .capability-item-wrap .wrap1 .capability-item .circle i,
 .section3 .swiper-wrapper .swiper-slide .capability-wrap .capability-right .capability-item-wrap .wrap2 .capability-item .circle i {
    color: #333;
}

 .section3 .swiper-wrapper .swiper-slide .capability-wrap .capability-right .capability-item-wrap .wrap1 .capability-item .item-inner,
 .section3 .swiper-wrapper .swiper-slide .capability-wrap .capability-right .capability-item-wrap .wrap2 .capability-item .item-inner {
    width: 160px;
    height: 32px;
    line-height: 32px;
    padding-left: 48px;
    background-color: #fff;
    font-size: 13px;
    color: #444;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 6px #acd3ff;
    -moz-box-shadow: 0 0 6px #acd3ff;
    box-shadow: 0 0 6px #acd3ff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

 .section3 .swiper-wrapper .swiper-slide .capability-wrap .capability-right .capability-item-wrap .wrap2 {
    margin-left: 85px;
    margin-top: 56px;
}

 .section3 .swiper-wrapper .swiper-slide .interaction-wrap {
    margin: 33px 100px;
}

 .section3 .swiper-wrapper .swiper-slide .interaction-wrap .interaction-content {
    font-size: 0;
    margin-top: 75px;
}

 .section3 .swiper-wrapper .swiper-slide .interaction-wrap .interaction-content .interaction-img {
    display: inline-block;
    width: 540px;
    height: 337px;
}

 .section3 .swiper-wrapper .swiper-slide .interaction-wrap .interaction-content .interaction-img img {
    width: 100%;
    height: 100%;
    display: none;
}

 .section3 .swiper-wrapper .swiper-slide .interaction-wrap .interaction-content .interaction-img img.active {
    display: block;
}

 .section3 .swiper-wrapper .swiper-slide .interaction-wrap .interaction-content .interaction-selection {
    display: inline-block;
    vertical-align: top;
    margin-left: 190px;
}

 .section3 .swiper-wrapper .swiper-slide .interaction-wrap .interaction-content .interaction-selection .select-item {
    margin: 0 auto;
    width: 58px;
    height: 58px;
    line-height: 58px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #2883ea;
    background-image: -webkit-gradient(linear, left top, right top, from(#2883ea), to(#28acea));
    background-image: -webkit-linear-gradient(left, #2883ea, #28acea);
    background-image: -moz-linear-gradient(left, #2883ea, #28acea);
    background-image: linear-gradient(to right, #2883ea, #28acea);
    text-align: center;
    -webkit-box-shadow: 0 0 6px #3f8ce2;
    -moz-box-shadow: 0 0 6px #3f8ce2;
    box-shadow: 0 0 6px #3f8ce2;
    cursor: pointer;
    position: relative;
}

 .section3 .swiper-wrapper .swiper-slide .interaction-wrap .interaction-content .interaction-selection .select-item.active {
    background: #fff;
}

 .section3 .swiper-wrapper .swiper-slide .interaction-wrap .interaction-content .interaction-selection .select-item.active i {
    color: #2883ea;
}

 .section3 .swiper-wrapper .swiper-slide .interaction-wrap .interaction-content .interaction-selection .select-item.active>div {
    display: block;
}

 .section3 .swiper-wrapper .swiper-slide .interaction-wrap .interaction-content .interaction-selection .select-item i {
    font-size: 36px;
    color: #fff;
}

 .section3 .swiper-wrapper .swiper-slide .interaction-wrap .interaction-content .interaction-selection .select-item>div {
    display: none;
    position: absolute;
    padding: 12px;
    top: 0;
    right: 80px;
    width: 200px;
    height: 60px;
    line-height: 18px;
    font-size: 12px;
    color: #1f83ed;
    text-align: left;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;

    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

 .section3 .swiper-wrapper .swiper-slide .interaction-wrap .interaction-content .interaction-selection p {
    text-align: center;
    font-size: 13px;
    margin: 8px 0 18px 0;
    color: #2886ea;
}

 .section3 .swiper-wrapper .swiper-slide .cloud-media-wrap {
    margin: 33px 0;
}

 .section3 .swiper-wrapper .swiper-slide .cloud-media-wrap .cloud-content {
    width: 947px;
    height: 324px;

    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
}

 .section3 .swiper-wrapper .swiper-slide .cloud-media-wrap .cloud-content .text-wrap {
    position: relative;
}

 .section3 .swiper-wrapper .swiper-slide .cloud-media-wrap .cloud-content .text-wrap>div {
    width: 170px;
    position: absolute;
}

 .section3 .swiper-wrapper .swiper-slide .cloud-media-wrap .cloud-content .text-wrap>div.active h5 {
    font-size: 18px;
}

 .section3 .swiper-wrapper .swiper-slide .cloud-media-wrap .cloud-content .text-wrap>div.active p {
    font-size: 14px;
}

 .section3 .swiper-wrapper .swiper-slide .cloud-media-wrap .cloud-content .text-wrap>div h5 {
    font-size: 16px;
    color: #1c71ce;
    font-weight: bold;
}

 .section3 .swiper-wrapper .swiper-slide .cloud-media-wrap .cloud-content .text-wrap>div p {
    font-size: 13px;
    color: #4d4d4d;
    margin-top: 20px;
    line-height: 1.27;
}

 .section3 .swiper-wrapper .swiper-slide .cloud-media-wrap .cloud-content .text-wrap>div.text1 {
    left: 8px;
    top: 0;
}

 .section3 .swiper-wrapper .swiper-slide .cloud-media-wrap .cloud-content .text-wrap>div.text2 {
    right: 0;
    top: 17px;
    text-align: right;
    width: 160px;
}

 .section3 .swiper-wrapper .swiper-slide .cloud-media-wrap .cloud-content .text-wrap>div.text3 {
    left: 0;
    top: 213px;
}

 .section3 .swiper-wrapper .swiper-slide .cloud-media-wrap .cloud-content .text-wrap>div.text3 p {
    margin-top: 0;
    margin-bottom: 20px;
}

 .section3 .swiper-wrapper .swiper-slide .cloud-media-wrap .cloud-content .text-wrap>div.text4 {
    right: 10px;
    width: 126px;
    top: 244px;
    text-align: right;
}

 .section3 .swiper-wrapper .swiper-slide .cloud-media-wrap .cloud-content .text-wrap>div.text4 h5 {
    text-align: right;
}

 .section3 .swiper-wrapper .swiper-slide .cloud-media-wrap .cloud-content .text-wrap>div.text4 p {
    margin-top: 0;
    margin-bottom: 20px;
}

 .section3 .swiper-wrapper .swiper-slide .cloud-media-wrap .cloud-content i {
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    width: 74px;
    height: 74px;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

 .section3 .swiper-wrapper .swiper-slide .cloud-media-wrap .cloud-content i.active {
    width: 115px;
    height: 115px;
    background-position: 0 0;
}

 .section3 .swiper-wrapper .swiper-slide .cloud-media-wrap .cloud-content .icon1 {
 
    left: 218px;
    top: -5px;
}

 .section3 .swiper-wrapper .swiper-slide .cloud-media-wrap .cloud-content .icon1.active {

    left: 195px;
    top: -28px;
}

 .section3 .swiper-wrapper .swiper-slide .cloud-media-wrap .cloud-content .icon2 {
  
    right: 212px;
    top: 20px;
}

 .section3 .swiper-wrapper .swiper-slide .cloud-media-wrap .cloud-content .icon2.active {

    right: 193px;
    top: -8px;
}

 .section3 .swiper-wrapper .swiper-slide .cloud-media-wrap .cloud-content .icon3 {

    bottom: 24px;
    left: 206px;
}

 .section3 .swiper-wrapper .swiper-slide .cloud-media-wrap .cloud-content .icon3.active {

    bottom: 9px;
    left: 182px;
}

 .section3 .swiper-wrapper .swiper-slide .cloud-media-wrap .cloud-content .icon4 {

    right: 205px;
    bottom: 5px;
}

 .section3 .swiper-wrapper .swiper-slide .cloud-media-wrap .cloud-content .icon4.active {

    right: 182px;
    bottom: -10px;
}

 .section3 .swiper-wrapper .swiper-slide .data-wrap {
    margin: 33px 63px;
    font-size: 0;
}

 .section3 .swiper-wrapper .swiper-slide .data-wrap .data-content {
    margin-top: 38px;
}

 .section3 .swiper-wrapper .swiper-slide .data-wrap .data-content .data-left {
    display: inline-block;
}

 .section3 .swiper-wrapper .swiper-slide .data-wrap .data-content .data-left .data-item {
    width: 386px;
    height: 92px;
    padding: 8px 21px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    margin-top: 7px;
    cursor: pointer;
}

 .section3 .swiper-wrapper .swiper-slide .data-wrap .data-content .data-left .data-item:first-child {
    margin-top: 0;
}

 .section3 .swiper-wrapper .swiper-slide .data-wrap .data-content .data-left .data-item.active {
    background-color: #fafcff;
    -webkit-box-shadow: 0 0 10px rgba(18, 105, 202, 0.2);
    -moz-box-shadow: 0 0 10px rgba(18, 105, 202, 0.2);
    box-shadow: 0 0 10px rgba(18, 105, 202, 0.2);
}

 .section3 .swiper-wrapper .swiper-slide .data-wrap .data-content .data-left .data-item.active p {
    color: #2581e8;
}

 .section3 .swiper-wrapper .swiper-slide .data-wrap .data-content .data-left .data-item i {
    display: block;
    width: 150px;
    height: 34px;
    background-repeat: no-repeat;
}


 .section3 .swiper-wrapper .swiper-slide .data-wrap .data-content .data-left .data-item p {
    display: inline-block;
    border-top: 1px solid #2581e8;
    color: #596b86;
    font-size: 13px;
    padding-top: 3px;
    margin-top: 4px;
    line-height: 1.33;
}

 .section3 .swiper-wrapper .swiper-slide .data-wrap .data-content .data-img {
    display: inline-block;
    width: 422px;
    vertical-align: top;
    margin: 69px 0 0 106px;
}

 .section3 .swiper-wrapper .swiper-slide .data-wrap .data-content .data-img img {
    width: 100%;
    display: none;
}

 .section3 .swiper-wrapper .swiper-slide .data-wrap .data-content .data-img img:first-child {
    display: block;
}

 .section3 .swiper-wrapper .swiper-slide-active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


 .section3 {
    height: auto;
    padding: 80px 0;
    background-color: #f6f6f6;
}

 .section3 .tit {
    font-size: 22px;
    font-weight: 600;
    color: #343334;
    margin-bottom: 80px;
}

 .section3 .wrapper {
    margin-top: 50px;
    text-align: center;
}

 .section3 .wrapper .four-condition {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: auto;
    position: relative;
}

 .section3 .wrapper .four-condition .point-left {
    position: absolute;
    top: 46px;
    left: 50px;
}

 .section3 .wrapper .four-condition .point-right {
    position: absolute;
    top: 46px;
    right: 50px;
}

 .section3 .wrapper .four-condition .card {
    display: inline-block;
    margin: 0 20px;
    width: 250px;
    height: 300px;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(58, 148, 235, 0.16);
    -moz-box-shadow: 0 2px 10px 0 rgba(58, 148, 235, 0.16);
    box-shadow: 0 2px 10px 0 rgba(58, 148, 235, 0.16);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

 .section3 .wrapper .four-condition .card .card-head {
    position: relative;
    height: 100px;
    background-image: -webkit-gradient(linear, left top, right top, from(#3d74d6), to(#3995dc));
    background-image: -webkit-linear-gradient(left, #3d74d6, #3995dc);
    background-image: -moz-linear-gradient(left, #3d74d6, #3995dc);
    background-image: linear-gradient(to right, #3d74d6, #3995dc);
    background-image: -moz-linear-gradient(to right, #3d74d6, #3995dc);
    background: -ms-linear-gradient(to right, #3d74d6, #3995dc);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#3d74d6, endColorstr=#3995dc);
}

 .section3 .wrapper .four-condition .card .card-head .condition {
    position: absolute;
    height: 92px;
    width: 251px;
    bottom: 0px;
    left: 10px;
    -webkit-background-size: 85% 85%;
    -moz-background-size: 85%;
    background-size: 85%;
}

 .section3 .wrapper .four-condition .card .card-head .condition .number {
    font-size: 50px;
    font-weight: 600;
    line-height: 0.38;
    color: #ffffff;
    position: absolute;
    left: 24px;
    top: 28px;
}

 .section3 .wrapper .four-condition .card .card-head .condition .content {
    position: absolute;
    left: 80px;
    bottom: 15px;
    font-size: 18px;
    line-height: 2;
    color: #ffffff;
}

 .section3 .wrapper .four-condition .card .card-body {
    position: relative;
}

 .section3 .wrapper .four-condition .card .card-body .card-text {
    display: inline-block;
    margin: 30px 20px 0 20px;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    color: #444444;
}

 .section3 .wrapper .four-condition .card .card-body .card-bg {
    position: absolute;
    right: -100px;
    bottom: -340px;
    opacity: 0.3;
    filter: alpha(opacity=30);
    width: 291px;
    height: 306px;
}

 .section3 .wrapper .four-condition .card:hover .card-bg {
    -webkit-transform: rotate(100deg);
    -moz-transform: rotate(100deg);
    -ms-transform: rotate(100deg);
    transform: rotate(100deg);
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    -moz-transition: transform 2s, -moz-transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s, -moz-transform 2s;
}




.section3 .wrapper {
    padding-top: 165px;
}

.section3 .wrapper img {
    width: 77%;
    margin-left: 195px;
}

.section3 .wrapper .text-wrapper {
    position: relative;
    right: -100px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
    opacity: 0;
}

.section3 .wrapper .text-wrapper .text-wrapper-inner {
    margin-left: 110px;
}

.section3 .wrapper .text-wrapper .tit i {
    margin-right: 16px;
    margin-left: -30px;
}

.section3 .wrapper .text-wrapper.transition {
    right: 0;
    opacity: 1;
}



 .section3 {
    width: 100%;
    box-sizing: border-box;
}

.section3>.meeting-title{
    margin: 0 0 50px;
}
 .section3 .inner-content {
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 55px;
}

 .section3 .inner-content h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 24px;
    text-align: center;
    font-weight: 400;
}

 .section3 .inner-content p {
    font-size: 18px;
    text-align: center;
    color: #666;
}

 .section3 .inner-content p span.blue-text {
    color: #3388FB;
}

 .section3 .img-wrap {
    margin: 0 auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    position: relative;
    top: 100px;
    opacity: 0;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

 .section3 .img-wrap img {
    width: 1200px;
    margin: 0 auto;
}

 .section3 .img-wrap .bottom-bg {

    height: 300px;
    margin-top: -125px;
    position: relative;
}

 .section3 .img-wrap .bottom-bg .small-btns-wrap {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    height: 32px;
}

 .section3 .img-wrap .bottom-bg .small-btns-wrap .inner-wrap {
    width: 1200px;
    margin: 0 auto;
}

 .section3 .img-wrap .bottom-bg .small-btns-wrap .inner-wrap .small-btn-wrap {
    width: 25%;
    float: left;
}

 .section3 .img-wrap .bottom-bg .small-btns-wrap .inner-wrap .small-btn {
    margin: 0 auto;
    width: 168px;
    height: 32px;
    line-height: 32px;
    background: #3388FB;
    color: #fff;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(51, 136, 251, 0.3);
    -moz-box-shadow: 0px 4px 8px 0px rgba(51, 136, 251, 0.3);
    box-shadow: 0px 4px 8px 0px rgba(51, 136, 251, 0.3);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    font-size: 14px;
}




 .section3 .solution-wrap .right-content .proposal .proposal-description {
      overflow: inherit !important;
      
      -webkit-box-orient: inline-axis !important;
      
  }

 .section3 .solution-wrap .left-content .tab-wrap .tab-item {
      text-align: center !important;
  }

  .section3 .right-content  .proposal .proposal-img{
    width: 706px;
    margin: auto;
  }
  .section3 .right-content  .proposal .proposal-img>img{
    width: 100%;
    height: 309px;
  }