* {
    margin: 0;
    padding: 0;
}

body{
    font-family: MicrosoftYaHei !important;
}
.wrap {
    width: 1200px;
    margin: 0 auto;
}
.head .wrap{
    width: 1430px;
}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    display: -webkit-flex;
}
.top-banner>img {
    width: 100%;
}

/* 第一块 */
.section-1 {

    background-image: linear-gradient(0deg,
            #e7f0ff 0%,
            #ffffff 100%);
    padding-bottom: 100px;
    margin-top: 104px;
}
.section{
    -webkit-transition: all 750ms;
    -o-transition: all 750ms;
    -moz-transition: all 750ms;
    transition: all 750ms;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 1;
}
.run {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.turn-around{
    animation: numText 2s linear 1;
}
@-webkit-keyframes numText{
    0%{
      transform: rotateX(0deg);
    }
    100%{
      transform: rotateX(360deg);
    }
}
.title {
    font-size: 42px;
    color: #333333;
    text-align: center;
}

.content {
    font-size: 16px;
    color: #999999;
}

.section-1 .content,
.section-3 .content {
    text-align: center;
    margin-top: 32px;
}

.num-box {
    width: 170px;
    height: 170px;
    border: solid 1px rgba(32, 107, 235, 0.23);
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #206beb;
    line-height: 170px;
}

.section-1 .flex {
    margin-top: 83px;
}

.introduce-text {
    margin-top: 22px;
    font-size: 16px;
    color: #333333;
    text-align: center;
}

.section-2 {
    margin-top: 99px;
}

.carousel-box {
    overflow: hidden;
    padding-top: 61px;
    position: relative;
    width: 1392px;
    margin: 0 auto;
    margin-top: 72px;
}

.carousel-text {
    width: 581px;
    margin-left: 76px;
    margin-top: 31px;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
}

.advertising-style {
    position: relative;
    margin-left: 96px;
    overflow: hidden;
    width: 725px;
    height: 380px;
    border-radius: 13px;
    background-color: #206beb;
}

.swiper-pagination-bullet {
    background-color: #ffffff !important;
    opacity: 0.6 !important;
}

.swiper-pagination-bullet-active {
    width: 10px !important;
    height: 12px !important;
    background: none !important;
    background-image: url(../img/yuan.png) !important;
    border-radius: 0 !important;
    opacity: 1 !important;
}

.carousel-title {
    margin-top: 120px;
    margin-left: 76px;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: -40px !important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content: "" !important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    content: "" !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: -40px !important;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    right: -30px !important;
    background-image: none !important;
    width: 36px !important;
    height: 36px !important;
    border: #206beb 2px solid;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #206beb;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
    width: 36px !important;
    height: 36px !important;
    border: #206beb 2px solid;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #206beb;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    border: #999999 2px solid !important;
    color: #999999 !important;
    opacity: 1 !important;

}
.swiper-pagination{
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination span{
    margin: 0 4px;
}
.carousel-img {
    display: block;
    margin: 0 auto;
    margin-top: -61px;
}

.img-box {
    margin-right: 135px;
}

.img-box>p {
    color: #999999;
    font-size: 12px;
    margin-top: 48px;
}
.call-box{
    position: relative;
}
.call-screen, .img-screen{
    position: absolute;
    left: 13.7%;
    width: 72.5%;
    top: 12.5%;
    z-index: 1;
}
.mask{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 13.7%;
    width: 72.5%;
    height: 75.5%;
    background-color: rgba(0, 0, 0, 0.3);
    top: 12.5%;
    z-index: 1;
}
.mask>img{
    cursor: pointer;
}
.section-3 {
    background-color: #f5f5f8;
    margin-top: 125px;
    padding-top: 90px;
    padding-bottom: 100px;
}

.section-3 .flex {
    margin-top: 83px;
}

.advantage-box {
    width: 285px;
    height: 416px;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
}

.advantage-box:hover {
    box-shadow: 0px 0px 27px 0px rgba(0, 27, 80, 0.15);
}

.advantage-box>img {
    width: 100%;
}

.advantage-box>p {
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-top: 27px;
}

.advantage-box>div {
    font-size: 16px;
    color: #999999;
    margin-top: 22px;
    line-height: 26px;
    padding: 0 26px;
    padding-right: 19px;
}
.advantage-box>img{
    width: 100%;
}
.advantage-box:hover>img{
    transform: scale(1.05);
    transition: all 0s;
}
.section-4 {
    margin-top: 71px;
}

.tab-box {
    margin: 82px auto;
    width: 590px;
    height: 50px;
    align-items: center;
    background-color: #ffffff;
    border-radius: 25px;
    border: solid 1px #dddddd;
}

.tab-box>div {
    cursor: pointer;
    width: 25%;
    color: #999999;
    text-align: center;
    font-size: 16px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-box>div:first-child {
    border-radius: 25px 0px 0px 25px;
}

.tab-box>div:last-child {
    border-radius: 0px 25px 25px 0px;
}

.tab-box>div:first-child {
    background-color: #206beb;
    color: #ffffff;
}

.section-4>.wrap {
    margin-top: 57px;
    height: 500px;
}

.hidden {
    display: none;
}

.option-title {
    margin-top: 34px;
    color: #333333;
    font-size: 20px;
    font-weight: 700;
}

.option-text {
    width: 448px;
    margin-top: 15px;
    color: #666666;
    font-size: 16px;
    line-height: 24px;
}

.first-option-title {
    margin-top: 28px;
}

.bottom-left {
    width: 959px
}

.bottom-left>img {
    width: 100%;
    height: 100%;
}

.section-5 {
    margin-top: 100px;
    margin-bottom: 27px;
    background-color: #f5f5f8;
}

.bottom-right {
    flex: 1;
}

.form-box {
    width: 420px;
    height: 100%;
    margin: 0 auto;
    padding-top: 1px;
}

.form-box>p {
    color: #333333;
    margin-top: 50px;
    font-size: 20px;
    text-align: center;
}

.form-box>div {
    margin-top: 20px;
}

.form-box>div>input {
    padding-left: 16px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 6px;
    border: none;
    height: 40px;
    outline: none;
    box-sizing: border-box;
    font-size: 14px;
}

.detail {
    height: 80px !important;
}

.textarea {
    width: 100%;
    height: 80px;
    padding: 0 14px;
    font-size: 14px;
    padding-top: 9px;
    appearance: none;
    resize: none;
    box-sizing: border-box;
    border-radius: 6px;
    background-color:#ffffff;
    border: none;
    outline: none;
}

.code {
    width: 280px !important;
}
.code-box {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 40px;
    border-radius: 6px;
    cursor: pointer;
}

.bottom-btn {
    width: 240px;
    height: 30px;
    background-color: #206beb;
    border-radius: 6px;
    color: #ffffff;
    font-size: 14px;
    border: none;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

.connection {
    position: relative;
}

.connection>label {
    height: 0px;
    display: none;
    font-size: 14px;
    color: #FF0000;
}

.connection>span {
    top: 12px;
    font-size: 13px;
    position: absolute;
    left: -12px;
    color: #ff7f7f;
}

@media only screen and (max-width: 1460px) {

    .title {
        font-size: 40px;
    }

    .wrap {
        width: 1100px;
    }

    .num-box {
        width: 150px;
        height: 150px;
        line-height: 150px;
        font-size: 32px;
    }

    .introduce-text {
        font-size: 15px;
        margin-top: 20px;
    }

    .section-1 {
        padding-bottom: 80px;
    }

    .section-1 .flex {
        margin-top: 70px;
    }

    /* 我的优势 */
    .advantage-box {
        width: 24%;
        height: auto;
        padding-bottom: 60px;
        margin-bottom: 20px;
    }

    .advantage-box>p {
        font-size: 20px;
        margin-top: 20px;
    }

    .advantage-box>div {
        font-size: 14px;
        margin-top: 20px;
        line-height: 24px;
    }

    /* 底部 */
    .form-box {
        width: 400px
    }

    .bottom-left {
        width: 765px;
    }

    .bottom-left>img {
        height: auto;
    }

    .form-box>p {
        font-size: 18px;
        margin-top: 30px;

    }

    .form-box>div {
        margin-top: 14px;
    }

    .form-box>div>input {
        height: 35px;
    }

    .code-box {
        height: 35px;
        width: 120px;
    }

    .textarea {
        height: 60px;
    }

    .code {
        width: 260px !important;
    }

    .bottom-btn {
        width: 220px;
    }

    /* 方案 */
    .first-option-title {
        margin-top: 25px;
        font-size: 19px;
    }

    .option-text {
        font-size: 15px;
    }

    .option-title {
        margin-top: 30px;
    }

    .tab-box {
        margin: 72px auto;
    }

    .scheme-img {
        width: 40%;
    }

    .scheme-img>img {
        width: 100%;
    }

    /*  */
    .advertising-style {
        width: 50%;
    }

    .carousel-text {
        margin-left: 56px;
        width: 80%;
    }

    .carousel-title {
        margin-top: 80px;
        font-size: 34px;
        margin-left: 56px;
    }

    .carousel-box {
        margin-top: 56px;
    }

    .img-box {
        width: 40%;
        margin: 0;
    }
    .call-screen{
        left: 23.7%;
        width: 52.5%;
        top: 12%;
    }
    .mask{
        left: 23.7%;
        width: 52.5%;
        top: 12%;
    }
    .carousel-img{
        width: 60%;
    }
    .img-box>p{
        text-align: center;
    }
    .img-box>img {
        width: 100%;
    }

    .carousel-box {
        width: 1000px;
    }

}

@media only screen and (max-width: 1219px) {
    .title {
        font-size: 36px;
    }

    .wrap {
        width: 900px;
    }

    .num-box {
        width: 140px;
        height: 140px;
        line-height: 140px;
        font-size: 30px;
    }

    .introduce-text {
        font-size: 14px;
        margin-top: 16px;
    }

    .section-1 {
        padding-bottom: 60px;
    }

    .section-1 .flex {
        margin-top: 60px;
    }

    /* 我的优势 */
    .advantage-box {
        width: 24%;
        height: auto;
        padding-bottom: 50px;
    }

    .advantage-box>p {
        font-size: 18px;
        margin-top: 18px;
    }

    .advantage-box>div {
        font-size: 14px;
        margin-top: 18px;
        line-height: 22px;
        padding: 0 20px;
    }

    /* 底部 */


    .bottom-left {
        width: 653px;
    }

    .bottom-left>img {
        height: auto;
    }

    .form-box>p {
        font-size: 16px;
        margin-top: 15px;
    }

    .form-box>div {
        margin-top: 14px;
    }

    .form-box>div>input {
        height: 30px;
    }

    .textarea {
        height: 50px;
    }

    .form-box {
        width: 330px;
    }

    .connection>label {
        font-size: 12px;
    }

    .code {
        width: 230px !important;
    }

    .code-box {
        width: 90px;
        height: 30px;
    }

    .bottom-btn {
        width: 210px;
    }

    /* 方案 */
    .first-option-title {
        margin-top: 20px;
        font-size: 18px;
    }

    .option-text {
        font-size: 14px;
    }

    .option-title {
        margin-top: 20px;
    }

    .tab-box {
        margin: 60px auto;
    }

    .scheme-img {
        width: 40%;
    }

    .scheme-img>img {
        width: 100%;
    }

    .option-text {
        width: 428px;
    }

    .tab-box {
        width: 60%;
    }

    .tab-box>div {
        font-size: 14px;
    }

    .tab-box>div,
    .tab-box {
        height: 45px;
    }

    /*  */
    .advertising-style {
        width: 50%;
        margin-left: 80px;
    }

    .carousel-text {
        margin-left: 46px;
        width: 80%;
    }

    .carousel-title {
        font-size: 32px;
        margin-left: 46px;
        margin-top: 50px;
    }

    .carousel-box {
        margin-top: 46px;
    }

    .img-box {
        width: 40%;
    }

    .img-box>img {
        width: 100%;
    }

    .carousel-box {
        width: 900px;
    }
    .carousel-img{
        width: 60%;
    }
    .call-screen{
        left: 23.7%;
        width: 52.5%;
        top: 12%;
    }
    .mask{
        left: 23.7%;
        width: 52.5%;
        top: 12%;
    }
}

@media only screen and (max-width: 1023px) {
    .carousel-img {
        margin-top: -30px;
    }
    .title {
        font-size: 32px;
    }

    .wrap {
        width: 90%;
    }

    .num-box {
        width: 120px;
        height: 120px;
        line-height: 120px;
        font-size: 26px;
    }

    .introduce-text {
        font-size: 12px;
        margin-top: 14px;
    }

    .section-1 {
        padding-bottom: 50px;
    }

    .section-1 .flex {
        margin-top: 50px;
    }

    /* 我的优势 */
    .advantage-box {
        padding-bottom: 30px;
    }

    .advantage-box>p {
        font-size: 16px;
        margin-top: 16px;
    }

    .advantage-box>div {
        font-size: 12px;
        margin-top: 16px;
        line-height: 20px;
        padding: 0 18px;
    }

    /* 底部 */
    .bottom-left {
        width: 653px;
    }

    .bottom-left>img {
        height: auto;
    }

    .form-box>p {
        margin-top: 15px;

    }

    .form-box>div {
        margin-top: 10px;
    }

    .form-box>div>input {
        height: 30px;
    }

    .textarea {
        height: 50px;
    }

    .form-box {
        width: 380px;
    }

    .code {
        width: 250px;
    }

    .code-box {
        width: 90px;
        height: 30px;
    }

    /* 底部 */


    .bottom-left {
        width: 100%;
    }

    .form-box>p {
        margin-top: 15px;
    }

    .form-box>div {
        margin-top: 17px;
    }

    .form-box>div>input {
        height: 30px;
    }

    .textarea {
        height: 50px;
    }

    .form-box {
        width: 50%;
    }

    .connection>label {
        font-size: 12px;
    }

    .code {
        width: calc(70% - 10px) !important;
    }

    .code-box {
        width: calc(30% - 10px);
        height: 30px;
    }

    .bottom-right {
        padding-bottom: 20px;
    }

    .bottom-btn {
        width: 200px;
    }

    /* 方案 */
    .first-option-title {
        margin-top: 10px;
        font-size: 16px;
    }

    .option-text {
        font-size: 12px;
    }

    .option-title {
        margin-top: 10px;
    }

    .tab-box {
        margin: 40px auto;
    }

    .scheme-img {
        width: 40%;
    }

    .scheme-img>img {
        width: 100%;
    }

    .option-text {
        width: 400px;
    }

    .tab-box {
        width: 60%;
    }

    .tab-box>div {
        font-size: 12px;
    }

    .tab-box>div,
    .tab-box {
        height: 40px;
    }

    /*  */
    .carousel-title {
        font-size: 28px;
        margin-left: 0px;
        margin-top: 0px;
    }
    .carousel-text {
        margin-left: 36px;
        width: 100%;
        margin-left: 0px;
        margin-top: 0px;
    }
    .img-box>p{
        text-align: center;
    }
    .carousel-box {
        margin-top: 36px;
    }

    .img-box {
        width: 40%;
    }

    .img-box>img {
        width: 100%;
    }

    .carousel-box {
        width: 80%;
    }
    .advertising-style {
        height: 350px;
        width: 50%;
        box-sizing: border-box;
        margin-left: 1px;
    }
    .advertising-style{
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 765px) {
    .advertising-style{
        width: 100%;
    }
    .title {
        font-size: 30px;
    }

    .statistics-data {
        width: calc(20% - 15px);
    }
    .section-1 .flex{
        margin-top: 30px;
        justify-content: flex-start;
    }
    .statistics-data{
        margin-top: 20px;
        width: 33.33%;
    }
    .num-box {
        margin: 0 auto;
        width: 80px;
        height: 80px;
        position: relative;
    }

    .num-box span {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        top: 0px;
        left: 0px;
        position: absolute;
        font-size: 22px;
        height: 100%;
    }

    /* 我的优势 */
    .advantage-box {
        width: 49%;
        padding-bottom: 12px;
    }

    .advantage-box>p {
        font-size: 17px;
        margin-top: 14px;
    }

    .advantage-box>div {
        font-size: 12px;
        margin-top: 12px;
        line-height: 18px;
        padding: 0 10px;
    }

    .form-box {
        min-width: 227px;
    }

    .bottom-btn {
        width: 50% !important;
    }

    .scheme-content {
        width: 100%;
    }

    .option-text {
        width: auto;
        font-size: 14px;
    }

    .scheme-img {
        width: 60%;
        margin: 0 auto;
        margin-top: 30px;
    }

    .section-5 {
        margin-top: 30px;
    }

    .tab-box {
        min-width: 250px;
    }

    .section-3 {
        padding: 0px;
        padding-top: 30px;
        margin-top: 30px;
    }

    .advertising-style {
        height: auto;
        width: 99%;
        margin: 0 auto;
        padding-bottom: 40px;
        min-height: 200px;
    }
    .img-box {
        width: 99%;
        margin: 0 auto;
        margin-top: 60px;
    }
    .img-box>img{
        width: 32%;
    }

    .carousel-box {
        width: 90%;
        padding-top: 15px;
        margin-top: 0px;
    }

    .section-2 {
        margin-top: 30px;
    }
    .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: none !important;
    width: 25px !important;
    height: 25px !important;
    border: #206beb 2px solid;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #206beb;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
    width: 25px !important;
    height: 25px !important;
    border: #206beb 2px solid;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #206beb;
}
.section-1{
    margin-top: 30px;
}
.content{
    font-size: 12px;
}
.section-3 .flex{
    margin-top: 30px;
}
.iconfont{
    font-size: 20px !important;
}
.carousel-title {
    font-size: 20px;
    margin-left: 0px;
    margin-top: 0px;
}
.carousel-text {
    font-size: 12px;
    margin-left: 0px;
    margin-top: 0px;
    line-height: 25px;
}
.option-title{
    font-size: 16px;
}
.swiper-button-next{
    display: none;
}
.swiper-button-prev{
    display: none;
}
}

@media only screen and (max-width: 560px) {
    .num-box span {
        font-size: 20px;
    }
    .title{
        font-size: 20px;
    }
}
