

.content1{
    height: 756px;
    background: #dfedfd url('../img/index/banner.png') no-repeat center;
    color: #091E4C;
}
.content1-logo{
    width: 90px;
    height: 90px;
}
.content1-title{
    font-size: 60px;
    line-height: 1;
    padding: 56px 0 8px;
    font-weight: 600;
}
.content1-info{
    font-size: 30px;
    margin-top: 42px;
}
.content1-pic{
    display: none;
}


.content6{
    padding: 104px 0 180px;
    background: #ffffff url('../img/index/bg_content6.png') no-repeat center bottom;
}
.content6-info{
    padding: 60px 0 94px;
    font-size: 22px;
    line-height: 46px
}
.content6-mbox{
    display: none;
}
.content6-pcbox .picbox{
    padding: 4px 14px 18px;
    border: 4px solid #6CA0FD;
    border-radius: 38px;
    margin-bottom: 73px;
    background-color: #ffffff;
}
.content6-pcbox .pic{
    width: 495px;
    height: 429px;
}
.content6-pcbox .pic:nth-child(3){
    height: 57.3333vw;
}

.dynamicbox-box{
    max-height: 1220px;
    overflow: hidden;
    overflow-y: auto;
}

@media (max-width: 600px) {
    .pageMain{
        /* padding-top: 0; */
    }
    .content1{
        /* height: 141.8667vw; */
        height: 128.8vw;
        background: url(../img/index/m_banner.png) no-repeat center bottom/100% auto;
    }
    .content1 .package{
        display: block;
    }
    .content1-logo{
        width: 12vw;
        height: 12vw;
        /* margin-top: 32vw; */
        margin-top: 14.4vw;
    }
    .content1-title{
        font-size: 7.4667vw;
        padding: 5.7333vw 0 2.1333vw;
        font-weight: bold;
        color: #06B9CD;
    }
    .content1-info{
        font-size: 3.7333vw;
        margin-top: 3.2vw;
        font-weight: bold;
    }
    .content1-pic{
        display: block;
        width: 56.2667vw;
        height: 53.3333vw;
        margin-top: 8vw;
        opacity: 0;
        transform: scale(1.3);
        transition: all .5s;
    }
    .scrollShow .content1-pic{
        opacity: 1;
        transform: scale(1);
    }

    .content6{
        padding: 16vw 0;
        background: #ffffff;
    }
    .content6-info{
        padding: 10.6667vw 7.2vw 10.4vw;
        font-size: 3.7333vw;
        line-height: 8vw;
    }
    .content6-pcbox{
        display: none;
    }
    .content6-mbox{
        display: block;
        padding-bottom: 2.6667vw;
        background-color: #ffffff;
    }
    .content6-mbox .pic{
        display: block;
        width: 100vw;
        height: 141.3333vw;
        margin-bottom: 1.3333vw;
    }
    .content6-mbox .swiper-pagination{
        bottom: 0;
    }

    .dynamicbox-box{
        max-height: 111.2vw;
    }
}